summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-02-17 21:08:45 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-02-17 21:08:45 +0000
commitf81d5d68546cede0adfb7be808688bde3a08df1b (patch)
tree276e3afa486885130601e318f844901c8a12712b /docs
parent969217d45566e6853a2358088002e80b4afb9708 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/urls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 3b6329a4c0..091dcb0007 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -765,7 +765,7 @@ following would happen:
Utility methods
===============
-.. module:: django.core.urlresolvers
+.. currentmodule:: django.core.urlresolvers
reverse()
---------