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 52c812a commit 0c33984Copy full SHA for 0c33984
sc2reader/decoders.py
@@ -20,7 +20,7 @@ class ByteDecoder(object):
20
Used to unpack parse byte aligned files.
21
"""
22
23
- #: The Bytes object used internaly for reading from the
+ #: The Bytes object used internally for reading from the
24
#: decoder contents. cStringIO is faster than managing our
25
#: own string access in python. For PyPy installations a
26
#: managed string implementation might be faster.
0 commit comments