Skip to content

Commit 024ab19

Browse files
committed
Fix typo
1 parent 24fb138 commit 024ab19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/socketpool/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//| The `socketpool` module provides sockets through a pool. The pools themselves
3737
//| act like CPython's `socket` module.
3838
//|
39-
//| For more infomration about the `socket` module, see the CPython documentation:
39+
//| For more information about the `socket` module, see the CPython documentation:
4040
//| https://docs.python.org/3/library/socket.html
4141
//| """
4242
//|

0 commit comments

Comments
 (0)