]> granicus.if.org Git - python/commitdiff
Repaired comment.
authorTim Peters <tim.peters@gmail.com>
Fri, 1 Sep 2000 02:20:20 +0000 (02:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 1 Sep 2000 02:20:20 +0000 (02:20 +0000)
Lib/gettext.py

index f5190a3ba65a5b9d5bdb9409f0b945ce1e2d5f95..724cecb4c00a8981aeb21e2004a70411d2dfcdb4 100644 (file)
@@ -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