Author: adrian
Date: 2010-01-10 12:42:30 -0600 (Sun, 10 Jan 2010)
New Revision: 12184

Modified:
   django/trunk/docs/ref/models/fields.txt
Log:
Fixed #12271 -- Fixed typo in URLField docs. Thanks, a...@andyet.net

Modified: django/trunk/docs/ref/models/fields.txt
===================================================================
--- django/trunk/docs/ref/models/fields.txt     2010-01-10 18:40:24 UTC (rev 
12183)
+++ django/trunk/docs/ref/models/fields.txt     2010-01-10 18:42:30 UTC (rev 
12184)
@@ -771,10 +771,11 @@
 .. attribute:: URLField.verify_exists
 
     If ``True`` (the default), the URL given will be checked for existence
-    (i.e., the URL actually loads and doesn't give a 404 response). It should
-    be noted that when using the single-threaded development server, validating
-    a url being serverd by the same server will hang.
-    This should not be a problem for multithreaded servers.
+    (i.e., the URL actually loads and doesn't give a 404 response).
+    
+    Note that when you're using the single-threaded development server,
+    validating a URL being served by the same server will hang. This should not
+    be a problem for multithreaded servers.
 
 The admin represents this as an ``<input type="text">`` (a single-line input).
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to