diff --git a/shared-bindings/socketpool/__init__.c b/shared-bindings/socketpool/__init__.c index b81aa238c8..fee81f2820 100644 --- a/shared-bindings/socketpool/__init__.c +++ b/shared-bindings/socketpool/__init__.c @@ -36,7 +36,7 @@ //| The `socketpool` module provides sockets through a pool. The pools themselves //| act like CPython's `socket` module. //| -//| For more infomration about the `socket` module, see the CPython documentation: +//| For more information about the `socket` module, see the CPython documentation: //| https://docs.python.org/3/library/socket.html //| """ //|