diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-12 14:40:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-12 14:40:32 -0400 |
| commit | 6745b6fd7a57c493d9e050dc76799cef810bed01 (patch) | |
| tree | c7b2163f73e07d53aec57c4be7ecfb4e7c6caa78 /docs | |
| parent | 549284faa4c58de420918ecd3120607db473787f (diff) | |
Fixed typo in previous commit.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index aeded28ad9..f942ad760d 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1102,7 +1102,7 @@ prepend the current active language code to all url patterns defined within from about import views as about_views from news import views as news_views - from sitemap.views imort sitemap + from sitemap.views import sitemap urlpatterns = [ url(r'^sitemap\.xml$', sitemap, name='sitemap_xml'), |
