aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-15 05:59:46 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-15 05:59:46 +0200
commit4969f709cc07088a40574c05724d83cddc8fafc7 (patch)
treeddb254d02f2bd0c4d9d7c141f5f95521669042a0 /Lib/gettext.py
parentMerge redundant __contains__ doc fix from 3.1. (diff)
parent#11515: fix several typos. Patch by Piotr Kasprzyk. (diff)
downloadcpython-4969f709cc07088a40574c05724d83cddc8fafc7.tar.gz
cpython-4969f709cc07088a40574c05724d83cddc8fafc7.tar.bz2
cpython-4969f709cc07088a40574c05724d83cddc8fafc7.zip
#11515: Merge with 3.1.
Diffstat (limited to 'Lib/gettext.py')
-rw-r--r--Lib/gettext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/gettext.py b/Lib/gettext.py
index 73302290dd8..256e331eba0 100644
--- a/Lib/gettext.py
+++ b/Lib/gettext.py
@@ -282,7 +282,7 @@ class GNUTranslations(NullTranslations):
# Note: we unconditionally convert both msgids and msgstrs to
# Unicode using the character encoding specified in the charset
# parameter of the Content-Type header. The gettext documentation
- # strongly encourages msgids to be us-ascii, but some appliations
+ # strongly encourages msgids to be us-ascii, but some applications
# require alternative encodings (e.g. Zope's ZCML and ZPT). For
# traditional gettext applications, the msgid conversion will
# cause no problems since us-ascii should always be a subset of