diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2010-11-20 11:10:48 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2010-11-20 11:10:48 +0000 |
| commit | 58b6c65fa93c7a30d779bb8820f6ee9314bc4628 (patch) | |
| tree | 867e0f352780323defa04333d26854539bfee253 /docs | |
| parent | a56e47400f099af6b0d0d6ef588e7f286ab60ed5 (diff) | |
Replaced an inappropriate UTF8 character in the admindocs docs. Thanks to Luke Plant for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14646 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 3aa815df2f..f32557253c 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. |
