There are small typos in:
- elftools/common/py3compat.py
- elftools/dwarf/die.py
Fixes:
- Should read `representations` rather than `pepresentations`.
- Should read `purposes` rather than `pusposes`.
# Functions for acting on bytestrings and strings. In Python 2 and 3,
# strings and bytes are the same and chr/ord can be used to convert between
- # numeric byte values and their string pepresentations. In Python 3, bytes
+ # numeric byte values and their string representations. In Python 3, bytes
# and strings are different types and bytes hold numeric values when
# iterated over.
abbrev_code:
The abbreviation code pointing to an abbreviation entry (note
- that this is for informational pusposes only - this object
+ that this is for informational purposes only - this object
interacts with its abbreviation table transparently).
See also the public methods.