mirror of
https://github.com/django/django.git
synced 2025-03-23 07:40:44 +00:00
Fixed typo in docs/topics/i18n/translation.txt.
This commit is contained in:
parent
d7e18a509e
commit
78fc64578a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user