Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typos found by codespell
  • Loading branch information
cclauss authored Jan 19, 2020
commit 0c3398409d5c2c8fa92be21e99cae4833fa32207
2 changes: 1 addition & 1 deletion sc2reader/decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ByteDecoder(object):
Used to unpack parse byte aligned files.
"""

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