Skip to content

Commit 0c33984

Browse files
authored
Fix typos found by codespell
1 parent 52c812a commit 0c33984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/decoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ByteDecoder(object):
2020
Used to unpack parse byte aligned files.
2121
"""
2222

23-
#: The Bytes object used internaly for reading from the
23+
#: The Bytes object used internally for reading from the
2424
#: decoder contents. cStringIO is faster than managing our
2525
#: own string access in python. For PyPy installations a
2626
#: managed string implementation might be faster.

0 commit comments

Comments
 (0)