This commit is contained in:
Alec Delaney 2022-05-03 16:42:40 -04:00
parent 24fb138311
commit 024ab1974b
1 changed files with 1 additions and 1 deletions

View File

@ -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
//| """
//|