Kaydet (Commit) 8dfd3dfd authored tarafından Jannis Leidel's avatar Jannis Leidel

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
üst d0257a15
......@@ -3,7 +3,7 @@ from django.contrib.sitemaps import ping_google
class Command(BaseCommand):
help = "Ping google with an updated sitemap, pass optional url of sitemap"
help = "Ping Google with an updated sitemap, pass optional url of sitemap"
def execute(self, *args, **options):
if len(args) == 1:
......
......@@ -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]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment