From 95f17bbfc033595d19989b31b33f4f5922f8721e Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 16 Jan 2008 13:01:51 +0000 Subject: [PATCH] Markup fix --- Doc/library/socket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 0e3aa198167..3d331902cb8 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