Kaydet (Commit) c638791d authored tarafından Tim Peters's avatar Tim Peters

Repaired comment.

üst 349ff6f7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment