Kaydet (Commit) 7f49b7a1 authored tarafından Guido van Rossum's avatar Guido van Rossum

cosmetics/typos

üst 28379703
...@@ -233,7 +233,7 @@ any kind of sequence; the result is always a list. ...@@ -233,7 +233,7 @@ any kind of sequence; the result is always a list.
expression. expression.
\end{funcdesc} \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). Return a new file object (described earlier under Built-in Types).
The first two arguments are the same as for \code{stdio}'s The first two arguments are the same as for \code{stdio}'s
\code{fopen()}: \var{filename} is the file name to be opened, \code{fopen()}: \var{filename} is the file name to be opened,
......
...@@ -90,7 +90,7 @@ the check is performed every 10 Python virtual instructions. Setting ...@@ -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 it to a larger value may increase performance for programs using
threads. Setting it to a value <= 0 checks every virtual instruction, threads. Setting it to a value <= 0 checks every virtual instruction,
maximizing responsiveness as well as overhead. maximizing responsiveness as well as overhead.
\end{datadesc} \end{funcdesc}
\begin{funcdesc}{settrace}{tracefunc} \begin{funcdesc}{settrace}{tracefunc}
Set the system's trace function, which allows you to implement a Set the system's trace function, which allows you to implement a
......
...@@ -233,7 +233,7 @@ any kind of sequence; the result is always a list. ...@@ -233,7 +233,7 @@ any kind of sequence; the result is always a list.
expression. expression.
\end{funcdesc} \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). Return a new file object (described earlier under Built-in Types).
The first two arguments are the same as for \code{stdio}'s The first two arguments are the same as for \code{stdio}'s
\code{fopen()}: \var{filename} is the file name to be opened, \code{fopen()}: \var{filename} is the file name to be opened,
......
...@@ -90,7 +90,7 @@ the check is performed every 10 Python virtual instructions. Setting ...@@ -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 it to a larger value may increase performance for programs using
threads. Setting it to a value <= 0 checks every virtual instruction, threads. Setting it to a value <= 0 checks every virtual instruction,
maximizing responsiveness as well as overhead. maximizing responsiveness as well as overhead.
\end{datadesc} \end{funcdesc}
\begin{funcdesc}{settrace}{tracefunc} \begin{funcdesc}{settrace}{tracefunc}
Set the system's trace function, which allows you to implement a Set the system's trace function, which allows you to implement a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment