diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-11-02 19:13:29 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-11-02 19:15:20 +0100 |
| commit | 66bf6b3f857fea1114f13fbccdb66258e43a6a05 (patch) | |
| tree | 118adfb8fb96e1c327f47082dca59f11ede9d1f9 | |
| parent | 33503c57ef369f07dd6a3a33ecf5cdd3fbbd0a6b (diff) | |
[1.6.x] Fixed #21373 -- Typo fixed in i18n docs
Thanks rpq at winscores.com for the report.
Backport of 88b9d4ff3a from master.
| -rw-r--r-- | docs/topics/i18n/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/index.txt b/docs/topics/i18n/index.txt index 25ec8392de..5a3ea25e18 100644 --- a/docs/topics/i18n/index.txt +++ b/docs/topics/i18n/index.txt @@ -67,7 +67,7 @@ Here are some other terms that will help us to handle a common language: A locale name, either a language specification of the form ``ll`` or a combined language and country specification of the form ``ll_CC``. Examples: ``it``, ``de_AT``, ``es``, ``pt_BR``. The language part is - always is lower case and the country part in upper case. The separator + always in lower case and the country part in upper case. The separator is an underscore. language code @@ -87,4 +87,4 @@ Here are some other terms that will help us to handle a common language: format file A format file is a Python module that defines the data formats for a given - locale.
\ No newline at end of file + locale. |
