diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-04 09:33:28 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-04 09:33:28 +0000 |
| commit | 60a62bf6f296f2f7680f01343b7fbc254063aae5 (patch) | |
| tree | 65308e7b806a8d87f48803d7e8f37ec5b26a7e78 | |
| parent | 794fe19e196b98533ee539d35fd7ab7f688166b7 (diff) | |
Fixed a typo in the sitemaps docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/ref/contrib/sitemaps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index 374fd6c55a..64400bc0fa 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -359,7 +359,7 @@ Context variables ------------------ When customizing the templates for the :func:`~django.contrib.sitemaps.views.index` -and ~:func:`django.contrib.sitemaps.views.sitemaps` views, you can rely on the +and :func:`~django.contrib.sitemaps.views.sitemaps` views, you can rely on the following context variables. Index |
