diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-16 13:01:51 (GMT) |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-16 13:01:51 (GMT) |
| commit | 95f17bbfc033595d19989b31b33f4f5922f8721e (patch) | |
| tree | 7329e36405194e27522d18fd43c41e70693dc019 | |
| parent | aa355542afb1792dbc0c1d250c064799d3f75562 (diff) | |
| download | cpython-95f17bbfc033595d19989b31b33f4f5922f8721e.zip cpython-95f17bbfc033595d19989b31b33f4f5922f8721e.tar.gz cpython-95f17bbfc033595d19989b31b33f4f5922f8721e.tar.bz2 | |
Markup fix
| -rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 0e3aa19..3d33190 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -590,7 +590,7 @@ correspond to Unix system calls applicable to sockets. :platform: Windows - The `meth:ioctl` method is a limited interface to the WSAIoctl system + The :meth:`ioctl` method is a limited interface to the WSAIoctl system interface. Please refer to the MSDN documentation for more information. .. versionadded:: 2.6 |
