From: Tim Peters Date: Fri, 1 Sep 2000 02:20:20 +0000 (+0000) Subject: Repaired comment. X-Git-Tag: v2.0b1~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c638791d53c7a2f72f8b934a7e7b1513f12aaa4e;p=python Repaired comment. --- diff --git a/Lib/gettext.py b/Lib/gettext.py index f5190a3ba6..724cecb4c0 100644 --- a/Lib/gettext.py +++ b/Lib/gettext.py @@ -129,7 +129,7 @@ class GNUTranslations(NullTranslations): def _parse(self, fp): """Override this method to support alternative .mo formats.""" - # We need to & all 32 bit unsigned integers with 0xffffff for + # We need to & all 32 bit unsigned integers with 0xffffffff for # portability to 64 bit machines. MASK = 0xffffffff unpack = struct.unpack