Skip to content

Commit

Permalink
Fixed a few typos in the unittest2 docs introduced in [14139].
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Oct 11, 2010
1 parent 39595a9 commit f85f79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/testing.txt
Expand Up @@ -167,15 +167,15 @@ taking a class-based approach.

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

Expand Down

0 comments on commit f85f79e

Please sign in to comment.