From 60a62bf6f296f2f7680f01343b7fbc254063aae5 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 4 Mar 2012 09:33:28 +0000 Subject: [PATCH] Fixed a typo in the sitemaps docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17650 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/sitemaps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index 374fd6c55a9..64400bc0fa6 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