diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-11-20 01:56:34 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-11-20 01:56:34 +0000 |
| commit | 077d04b7fe3298f872417064e13ff0a3547ad88d (patch) | |
| tree | dfb861d793da90833ea2ce774acc9f5f80174a4a /docs | |
| parent | 8a0de6985c550ba88e5df9f1c85d9b46821c400d (diff) | |
[1.2.X] Fixed a garbage character that was somehow introduced into some backported docs.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/admindocs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index 882163e9eb..405505efa2 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.
|
