]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typos only
authorGuido van Rossum <guido@python.org>
Thu, 10 Aug 1995 14:21:11 +0000 (14:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Aug 1995 14:21:11 +0000 (14:21 +0000)
Doc/lib/libfcntl.tex
Doc/lib/libftplib.tex
Doc/lib/libimp.tex
Doc/libfcntl.tex
Doc/libftplib.tex
Doc/libimp.tex

index 147fb8cf196a7d6ffaf9b2789df6d9f3d890e9aa..8539e2aa43505c1da9b9f75c5509564eb476ed44 100644 (file)
@@ -39,7 +39,9 @@ The module defines the following functions:
 If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
 can find the opcodes in the C include files \code{sys/fcntl} and
 \code{sys/ioctl}. You can create the modules yourself with the h2py
-script, found in the \code{Demo/scripts} directory.
+script, found in the \code{Tools/scripts} directory.
+\stmodindex{FCNTL}
+\stmodindex{IOCTL}
 
 Examples (all on a SVR4 compliant system):
 
index 63cde96c2dcb968923b699efece8031e9bc0d314..3fda77ac440a976b3073fadafa57a097eb5f09cf 100644 (file)
@@ -7,7 +7,7 @@ This module defines the class \code{FTP} and a few related items.  The
 \code{FTP} class implements the client side of the FTP protocol.  You
 can use this to write Python programs that perform a variety of
 automated FTP jobs, such as mirroring other ftp servers.  It is also
-used bu the module \code{urllib} to handle URLs that use FTP.  For
+used by the module \code{urllib} to handle URLs that use FTP.  For
 more information on FTP (File Transfer Protocol), see Internet RFC
 959.
 
index 445681445e8a0d56486e0814cd0df5ccd61c7af3..dbced97e311004322a158c5ed8d44c6f810540c5 100644 (file)
@@ -6,7 +6,7 @@ This module provides an interface to the mechanisms used to implement
 the \code{import} statement.  It defines the following constants and
 functions:
 
-\renewcommand{\indexsubitem}{(in module struct)}
+\renewcommand{\indexsubitem}{(in module imp)}
 
 \begin{funcdesc}{get_magic}{}
 Return the magic string value used to recognize byte-compiled code
index 147fb8cf196a7d6ffaf9b2789df6d9f3d890e9aa..8539e2aa43505c1da9b9f75c5509564eb476ed44 100644 (file)
@@ -39,7 +39,9 @@ The module defines the following functions:
 If the library modules \code{FCNTL} or \code{IOCTL} are missing, you
 can find the opcodes in the C include files \code{sys/fcntl} and
 \code{sys/ioctl}. You can create the modules yourself with the h2py
-script, found in the \code{Demo/scripts} directory.
+script, found in the \code{Tools/scripts} directory.
+\stmodindex{FCNTL}
+\stmodindex{IOCTL}
 
 Examples (all on a SVR4 compliant system):
 
index 63cde96c2dcb968923b699efece8031e9bc0d314..3fda77ac440a976b3073fadafa57a097eb5f09cf 100644 (file)
@@ -7,7 +7,7 @@ This module defines the class \code{FTP} and a few related items.  The
 \code{FTP} class implements the client side of the FTP protocol.  You
 can use this to write Python programs that perform a variety of
 automated FTP jobs, such as mirroring other ftp servers.  It is also
-used bu the module \code{urllib} to handle URLs that use FTP.  For
+used by the module \code{urllib} to handle URLs that use FTP.  For
 more information on FTP (File Transfer Protocol), see Internet RFC
 959.
 
index 445681445e8a0d56486e0814cd0df5ccd61c7af3..dbced97e311004322a158c5ed8d44c6f810540c5 100644 (file)
@@ -6,7 +6,7 @@ This module provides an interface to the mechanisms used to implement
 the \code{import} statement.  It defines the following constants and
 functions:
 
-\renewcommand{\indexsubitem}{(in module struct)}
+\renewcommand{\indexsubitem}{(in module imp)}
 
 \begin{funcdesc}{get_magic}{}
 Return the magic string value used to recognize byte-compiled code