[Python-checkins] r59998 - python/trunk/Doc/library/socket.rst

andrew.kuchling python-checkins at python.org
Wed Jan 16 14:01:52 CET 2008


Author: andrew.kuchling
Date: Wed Jan 16 14:01:51 2008
New Revision: 59998

Modified:
   python/trunk/Doc/library/socket.rst
Log:
Markup fix

Modified: python/trunk/Doc/library/socket.rst
==============================================================================
--- python/trunk/Doc/library/socket.rst	(original)
+++ python/trunk/Doc/library/socket.rst	Wed Jan 16 14:01:51 2008
@@ -590,7 +590,7 @@
 
    :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


More information about the Python-checkins mailing list