aboutsummaryrefslogtreecommitdiff
path: root/docs/library/usocket.rst
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-07-02 15:37:31 +0300
committerPaul Sokolovsky2017-07-02 15:37:31 +0300
commit465d84b7e72c9fe4a8907ee539f736ff576d9dd6 (patch)
tree40ca414532037f207b5a8173fb5839d2afac56c6 /docs/library/usocket.rst
parentebce7984c66b4d977f4540506e243cf65a80db2f (diff)
docs/library: Add CPython docs xref to each pertinent module.
Cross-reference text/link is implemented as RST substitution, so easy to consistently.
Diffstat (limited to 'docs/library/usocket.rst')
-rw-r--r--docs/library/usocket.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/library/usocket.rst b/docs/library/usocket.rst
index a52d4bf9a..70d4f49fc 100644
--- a/docs/library/usocket.rst
+++ b/docs/library/usocket.rst
@@ -5,10 +5,9 @@
.. module:: usocket
:synopsis: socket module
-This module provides access to the BSD socket interface.
+|see_cpython_module| :mod:`python:socket`.
-See the corresponding `CPython module <https://docs.python.org/3/library/socket.html>`_
-for comparison.
+This module provides access to the BSD socket interface.
.. admonition:: Difference to CPython
:class: attention