mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Make reference to the socket module a hyperlink.
This commit is contained in:
parent
bf0f4346af
commit
babdda53d5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
The modules described in this chapter implement Internet protocols and
|
||||
support for related technology. They are all implemented in Python.
|
||||
Some of these modules require the presence of the system-dependent
|
||||
module \module{socket}\refbimodindex{socket}, which is currently only
|
||||
module \refmodule{socket}\refbimodindex{socket}, which is currently only
|
||||
fully supported on \UNIX{} and Windows NT. Here is an overview:
|
||||
|
||||
\localmoduletable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue