diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-08-14 17:03:29 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-08-19 14:23:28 -0700 |
| commit | dcc42f6281ad928c6218acaab8e72bdf52038851 (patch) | |
| tree | 174eed16fc5b9c2de1af49a7122a8a21a83eb98f /shared-bindings/socketpool | |
| parent | 1034cc12177d998df1c7f3381668040bb13ced58 (diff) | |
Remove debug prints
Diffstat (limited to 'shared-bindings/socketpool')
| -rw-r--r-- | shared-bindings/socketpool/__init__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/socketpool/__init__.c b/shared-bindings/socketpool/__init__.c index 06d5be5cd..d3f8ba302 100644 --- a/shared-bindings/socketpool/__init__.c +++ b/shared-bindings/socketpool/__init__.c @@ -33,8 +33,8 @@ #include "shared-bindings/socketpool/SocketPool.h" //| """ -//| The `ipaddress` module provides types for IP addresses. It is a subset of CPython's ipaddress -//| module. +//| The `socketpool` module provides sockets through a pool. The pools themselves +//| act like CPython's `socket` module. //| """ //| |
