From f81d5d68546cede0adfb7be808688bde3a08df1b Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Thu, 17 Feb 2011 21:08:45 +0000 Subject: [PATCH] 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 --- docs/topics/http/urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 3b6329a4c08..091dcb0007d 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() ---------