Repaired comment.

This commit is contained in:
Tim Peters 2000-09-01 02:20:20 +00:00
parent 349ff6f7e2
commit c638791d53
1 changed files with 1 additions and 1 deletions

View 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