mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user