summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-12-13 13:56:38 +0000
committerJannis Leidel <jannis@leidel.info>2010-12-13 13:56:38 +0000
commit69edfc7531f99427e9c3544a262c7f73611ea930 (patch)
tree0792477f7b04e9dd674b491fa47968991554b2d9 /docs
parent33e7a8214be56366f76bd28dcf5677fb46d01f40 (diff)
[1.2.X] Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.
Backport from trunk (r14884). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/sitemaps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt
index b58b55cab4..eb29c6c0f0 100644
--- a/docs/ref/contrib/sitemaps.txt
+++ b/docs/ref/contrib/sitemaps.txt
@@ -346,6 +346,6 @@ Pinging Google via `manage.py`
.. versionadded:: 1.0
Once the sitemaps application is added to your project, you may also
-ping the Google server's through the command line manage.py interface::
+ping Google using the ``ping_google`` management command::
python manage.py ping_google [/sitemap.xml]