diff options
| author | andreage <andrea.ge85@gmail.com> | 2018-11-23 10:11:51 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-11-23 10:11:51 +0100 |
| commit | 78fc64578a8715b9812075bbebc829c1251c07fa (patch) | |
| tree | f306ad9593b528438bfa2a5e0eed457d417111f5 /docs | |
| parent | d7e18a509edf63282e76e65de3e94905ed53e984 (diff) | |
Fixed typo in docs/topics/i18n/translation.txt.
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 3f2fcdd7e6..04b1060909 100644 --- a/docs/topics/i18n/translation.txt +++ b/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 |
