Correct variable name (#8306)

urlpatterns name variable name in space remove.
This commit is contained in:
kaushik kothiya 2021-12-22 20:47:57 +05:30 committed by GitHub
parent bce9df9b5e
commit 5b2abbed25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ Also note that `format_suffix_patterns` does not support descending into `includ
If using the `i18n_patterns` function provided by Django, as well as `format_suffix_patterns` you should make sure that the `i18n_patterns` function is applied as the final, or outermost function. For example:
url patterns = [
urlpatterns = [
]