Skip to content

Commit 5b2abbe

Browse files
authored
Correct variable name (#8306)
urlpatterns name variable name in space remove.
1 parent bce9df9 commit 5b2abbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/format-suffixes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Also note that `format_suffix_patterns` does not support descending into `includ
6262

6363
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:
6464

65-
url patterns = [
65+
urlpatterns = [
6666
6767
]
6868

0 commit comments

Comments
 (0)