Browse Source

Fixed #21373 -- Typo fixed in i18n docs

Thanks rpq at winscores.com for the report.
Claude Paroz 11 years ago
parent
commit
88b9d4ff3a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/topics/i18n/index.txt

+ 2 - 2
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.
+      locale.