diff options
-rw-r--r-- | docs/library/usocket.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/library/usocket.rst b/docs/library/usocket.rst index a83a87d2e..1968dbb20 100644 --- a/docs/library/usocket.rst +++ b/docs/library/usocket.rst @@ -7,6 +7,9 @@ This module provides access to the BSD socket interface. +See corresponding `CPython module <https://docs.python.org/3/library/socket.html>`_ for +comparison. + Functions --------- |