We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349ff6f commit c638791Copy full SHA for c638791
1 file changed
Lib/gettext.py
@@ -129,7 +129,7 @@ class GNUTranslations(NullTranslations):
129
130
def _parse(self, fp):
131
"""Override this method to support alternative .mo formats."""
132
- # We need to & all 32 bit unsigned integers with 0xffffff for
+ # We need to & all 32 bit unsigned integers with 0xffffffff for
133
# portability to 64 bit machines.
134
MASK = 0xffffffff
135
unpack = struct.unpack
0 commit comments