diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-09-04 14:32:15 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-04 20:33:15 +0200 |
| commit | 1f86ff31b12c6bc30fbc0e1592b6d186e928fb07 (patch) | |
| tree | f5310a227e2d01f1ae88c01f3bd1d9d7d90822e1 /docs | |
| parent | b61f44c339830ea53663415f00cbd17e2fd5aa43 (diff) | |
[3.2.x] Fixed typo in docs/topics/i18n/formatting.txt.
Backport of e75a3a770e5da8af3405be1e216a6c20cc9bde5a from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/formatting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/formatting.txt b/docs/topics/i18n/formatting.txt index f58ff0e963..16fd7ca0cb 100644 --- a/docs/topics/i18n/formatting.txt +++ b/docs/topics/i18n/formatting.txt @@ -151,7 +151,7 @@ Creating custom format files ============================ Django provides format definitions for many locales, but sometimes you might -want to create your own, because a format files doesn't exist for your locale, +want to create your own, because a format file doesn't exist for your locale, or because you want to overwrite some of the values. To use custom formats, specify the path where you'll place format files |
