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 --- django/contrib/sitemaps/management/commands/ping_google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django') diff --git a/django/contrib/sitemaps/management/commands/ping_google.py b/django/contrib/sitemaps/management/commands/ping_google.py index afff04b39c..7fa1690a14 100644 --- a/django/contrib/sitemaps/management/commands/ping_google.py +++ b/django/contrib/sitemaps/management/commands/ping_google.py @@ -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: -- cgit v1.3