Commit f81d5d68 authored by Gabriel Hurley's avatar Gabriel Hurley
Browse files

Fixed #15233 -- Corrected a duplicate module directive that raised a warning...

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
parent 969217d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -765,7 +765,7 @@ following would happen:
Utility methods
===============

.. module:: django.core.urlresolvers
.. currentmodule:: django.core.urlresolvers

reverse()
---------