Author: gabrielhurley
Date: 2010-10-11 15:34:16 -0500 (Mon, 11 Oct 2010)
New Revision: 14151
Modified:
django/trunk/docs/releases/1.3.txt
Log:
Fixed the same set of typos as were corrected in [14149], this time in the
release notes. Thanks to Paul McMillan for the report.
Modified: django/trunk/docs/releases/1.3.txt
===================================================================
--- django/trunk/docs/releases/1.3.txt 2010-10-11 19:48:15 UTC (rev 14150)
+++ django/trunk/docs/releases/1.3.txt 2010-10-11 20:34:16 UTC (rev 14151)
@@ -148,15 +148,15 @@
To access this library, Django provides the
``django.utils.unittest`` module alias. If you are using Python
-2.7, or you have installed unittest2 locally, Django will mapt the
-alias to the installed version of the unittest library Otherwise,
+2.7, or you have installed unittest2 locally, Django will map the
+alias to the installed version of the unittest library. Otherwise,
Django will use it's own bundled version of unittest2.
To use this alias, simply use::
from django.utils import unittest
-wherever you would historically used::
+wherever you would have historically used::
import unittest
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.