Fixed #8996 -- Fixed small typo in documentation.txt. Thanks, rduffield
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1aa8449fb7
commit
8be80c2380
|
@ -33,7 +33,7 @@ Isn't nearly as helpful as::
|
||||||
|
|
||||||
Add :mod:`django.contrib.auth` to your :setting:`INSTALLED_APPS`...
|
Add :mod:`django.contrib.auth` to your :setting:`INSTALLED_APPS`...
|
||||||
|
|
||||||
This is because Sphinx will generate proper links for the later, which greatly
|
This is because Sphinx will generate proper links for the latter, which greatly
|
||||||
helps readers. There's basically no limit to the amount of useful markup you can
|
helps readers. There's basically no limit to the amount of useful markup you can
|
||||||
add.
|
add.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue