From: Georg Brandl Date: Sun, 25 Apr 2010 10:29:17 +0000 (+0000) Subject: Remove LaTeXy index entry syntax. X-Git-Tag: v2.7b2~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f620876499ac62b351379379e176d7a6acf5ba5;p=python Remove LaTeXy index entry syntax. --- diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst index b186d14f7a..d0430c282a 100644 --- a/Doc/library/fcntl.rst +++ b/Doc/library/fcntl.rst @@ -9,8 +9,8 @@ .. index:: - pair: UNIX@Unix; file control - pair: UNIX@Unix; I/O control + pair: UNIX; file control + pair: UNIX; I/O control This module performs file control and I/O control on file descriptors. It is an interface to the :cfunc:`fcntl` and :cfunc:`ioctl` Unix routines.