Fixed #15233 -- Corrected a duplicate module directive that raised a warning on newer versions of Sphinx. Thanks to Aryeh Leib Taurog for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2011-02-17 21:08:45 +00:00
parent 969217d455
commit f81d5d6854
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ following would happen:
Utility methods
===============
.. module:: django.core.urlresolvers
.. currentmodule:: django.core.urlresolvers
reverse()
---------