From 8dfd3dfd4907bf1083b4ed22da78fb3c1ff8787b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 12 Dec 2010 22:56:52 +0000 Subject: Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14884 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/sitemaps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index a9b1d08f66..ca6223a6f5 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -368,6 +368,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] -- cgit v1.3