Correct variable name

urlpatterns name variable name in space remove.
This commit is contained in:
kaushik kothiya 2021-12-20 22:24:57 -08:00 committed by GitHub
parent 45082b3936
commit d5e7d65b9a
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: 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 = [
] ]