Author: gabrielhurley
Date: 2010-11-20 04:49:42 -0600 (Sat, 20 Nov 2010)
New Revision: 14644

Modified:
   django/trunk/docs/topics/db/optimization.txt
   django/trunk/docs/topics/http/file-uploads.txt
   django/trunk/docs/topics/http/urls.txt
Log:
Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll 
for the report and the patch.

Modified: django/trunk/docs/topics/db/optimization.txt
===================================================================
--- django/trunk/docs/topics/db/optimization.txt        2010-11-20 06:22:28 UTC 
(rev 14643)
+++ django/trunk/docs/topics/db/optimization.txt        2010-11-20 10:49:42 UTC 
(rev 14644)
@@ -4,7 +4,7 @@
 
 Django's database layer provides various ways to help developers get the most
 out of their databases. This document gathers together links to the relevant
-documentation, and adds various tips, organized under an number of headings 
that
+documentation, and adds various tips, organized under a number of headings that
 outline the steps to take when attempting to optimize your database usage.
 
 Profile first

Modified: django/trunk/docs/topics/http/file-uploads.txt
===================================================================
--- django/trunk/docs/topics/http/file-uploads.txt      2010-11-20 06:22:28 UTC 
(rev 14643)
+++ django/trunk/docs/topics/http/file-uploads.txt      2010-11-20 10:49:42 UTC 
(rev 14644)
@@ -363,8 +363,7 @@
         ``'image/jpeg'``.
 
         ``content_length`` is the length of the image given by the browser.
-        Sometimes this won't be provided and will be ``None``., ``None``
-        otherwise.
+        Sometimes this won't be provided and will be ``None``.
 
         ``charset`` is the character set (i.e. ``utf8``) given by the browser.
         Like ``content_length``, this sometimes won't be provided.

Modified: django/trunk/docs/topics/http/urls.txt
===================================================================
--- django/trunk/docs/topics/http/urls.txt      2010-11-20 06:22:28 UTC (rev 
14643)
+++ django/trunk/docs/topics/http/urls.txt      2010-11-20 10:49:42 UTC (rev 
14644)
@@ -809,7 +809,7 @@
 namespaces into URLs on specific application instances, according to the
 :ref:`namespaced URL resolution strategy 
<topics-http-reversing-url-namespaces>`.
 
-.. admonition:: Make sure your views are all correct
+.. admonition:: Make sure your views are all correct.
 
     As part of working out which URL names map to which patterns, the
     ``reverse()`` function has to import all of your URLconf files and examine

-- 
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