Fix several minor typos (#1603)

This commit is contained in:
Qwerty-Space
2020-10-18 20:11:59 +01:00
committed by GitHub
parent 4db51dff8a
commit d56b27e570
9 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
"""
Several extensions Python is missing, such as a proper class to handle a TCP
communication with support for cancelling the operation, and an utility class
communication with support for cancelling the operation, and a utility class
to read arbitrary binary data in a more comfortable way, with int/strings/etc.
"""
from .binaryreader import BinaryReader