summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/contrib/sitemaps/management/commands/ping_google.py2
1 files changed, 1 insertions, 1 deletions
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: