summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-11-20 11:11:39 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-11-20 11:11:39 +0000
commit76a51a3f041655456a276e2be9b43811fb61445e (patch)
tree10a364bb903824f6ff035342832d35248d6bde8a
parent762aaf45b7aadd4f7be71d05f56785efee8ed0a5 (diff)
[1.2.X] Replaced an unnecessary UTF8 character in the admindocs docs. Thanks to Luke Plant for the report.
Backport of [14646] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/contrib/admin/admindocs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt
index 405505efa2..6743921d1e 100644
--- a/docs/ref/contrib/admin/admindocs.txt
+++ b/docs/ref/contrib/admin/admindocs.txt
@@ -131,7 +131,7 @@ Template reference
While ``admindocs`` does not include a place to document templates by
themselves, if you use the ``:template:`path/to/template.html``` syntax in a
docstring the resulting page will verify the path of that template with
-Django’s :ref:`template loaders <template-loaders>`. This can be a handy way to
+Django's :ref:`template loaders <template-loaders>`. This can be a handy way to
check if the specified template exists and to show where on the filesystem that
template is stored.