]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
cosmetics/typos
authorGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 12:38:46 +0000 (12:38 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 12:38:46 +0000 (12:38 +0000)
Doc/lib/libfuncs.tex
Doc/lib/libsys.tex
Doc/libfuncs.tex
Doc/libsys.tex

index f276fb2c58326d9b8f53f0d042f838b41862eeee..ed2427b7e721ca9b02df6f7de1da6e578d2f4bfe 100644 (file)
@@ -233,7 +233,7 @@ any kind of sequence; the result is always a list.
   expression.
 \end{funcdesc}
 
-\begin{funcdesc}{open}{filename\, \optional{mode\optional{\, bufsize}}}
+\begin{funcdesc}{open}{filename\optional{\, mode\optional{\, bufsize}}}
   Return a new file object (described earlier under Built-in Types).
   The first two arguments are the same as for \code{stdio}'s
   \code{fopen()}: \var{filename} is the file name to be opened,
index 94674159ec8ce10d22ac69997a75469933174682..fc7113999a46c369a795fef07ecbf05dbc2d1ac4 100644 (file)
@@ -90,7 +90,7 @@ the check is performed every 10 Python virtual instructions.  Setting
 it to a larger value may increase performance for programs using
 threads.  Setting it to a value <= 0 checks every virtual instruction,
 maximizing responsiveness as well as overhead.
-\end{datadesc}
+\end{funcdesc}
 
 \begin{funcdesc}{settrace}{tracefunc}
   Set the system's trace function, which allows you to implement a
index f276fb2c58326d9b8f53f0d042f838b41862eeee..ed2427b7e721ca9b02df6f7de1da6e578d2f4bfe 100644 (file)
@@ -233,7 +233,7 @@ any kind of sequence; the result is always a list.
   expression.
 \end{funcdesc}
 
-\begin{funcdesc}{open}{filename\, \optional{mode\optional{\, bufsize}}}
+\begin{funcdesc}{open}{filename\optional{\, mode\optional{\, bufsize}}}
   Return a new file object (described earlier under Built-in Types).
   The first two arguments are the same as for \code{stdio}'s
   \code{fopen()}: \var{filename} is the file name to be opened,
index 94674159ec8ce10d22ac69997a75469933174682..fc7113999a46c369a795fef07ecbf05dbc2d1ac4 100644 (file)
@@ -90,7 +90,7 @@ the check is performed every 10 Python virtual instructions.  Setting
 it to a larger value may increase performance for programs using
 threads.  Setting it to a value <= 0 checks every virtual instruction,
 maximizing responsiveness as well as overhead.
-\end{datadesc}
+\end{funcdesc}
 
 \begin{funcdesc}{settrace}{tracefunc}
   Set the system's trace function, which allows you to implement a