Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c638791

Browse files
committed
Repaired comment.
1 parent 349ff6f commit c638791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/gettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class GNUTranslations(NullTranslations):
129129

130130
def _parse(self, fp):
131131
"""Override this method to support alternative .mo formats."""
132-
# We need to & all 32 bit unsigned integers with 0xffffff for
132+
# We need to & all 32 bit unsigned integers with 0xffffffff for
133133
# portability to 64 bit machines.
134134
MASK = 0xffffffff
135135
unpack = struct.unpack

0 commit comments

Comments
 (0)