1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[3.2.x] Fixed typo in docs/topics/i18n/formatting.txt.

Backport of e75a3a770e5da8af3405be1e216a6c20cc9bde5a from main
This commit is contained in:
Jacob Walls 2021-09-04 14:32:15 -04:00 committed by Mariusz Felisiak
parent b61f44c339
commit 1f86ff31b1

View File

@ -151,7 +151,7 @@ Creating custom format files
============================ ============================
Django provides format definitions for many locales, but sometimes you might 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. or because you want to overwrite some of the values.
To use custom formats, specify the path where you'll place format files To use custom formats, specify the path where you'll place format files