Browse Source

Fixed typo in docs/topics/i18n/translation.txt.

andreage 6 years ago
parent
commit
78fc64578a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/i18n/translation.txt

+ 1 - 1
docs/topics/i18n/translation.txt

@@ -1315,7 +1315,7 @@ translations to existing site so that the current URLs won't change.
 Example URL patterns::
 
     from django.conf.urls.i18n import i18n_patterns
-    from django.urls import include, url
+    from django.urls import include, path
 
     from about import views as about_views
     from news import views as news_views