File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ \section{Built-in Functions}
233233 expression.
234234\end {funcdesc }
235235
236- \begin {funcdesc }{open}{filename\, \ optional {mode\optional {\, bufsize}}}
236+ \begin {funcdesc }{open}{filename\optional {\, mode\optional {\, bufsize}}}
237237 Return a new file object (described earlier under Built-in Types).
238238 The first two arguments are the same as for \code {stdio}'s
239239 \code {fopen()}: \var {filename} is the file name to be opened,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ \section{Built-in Module \sectcode{sys}}
9090it to a larger value may increase performance for programs using
9191threads. Setting it to a value <= 0 checks every virtual instruction,
9292maximizing responsiveness as well as overhead.
93- \end {datadesc }
93+ \end {funcdesc }
9494
9595\begin {funcdesc }{settrace}{tracefunc}
9696 Set the system's trace function, which allows you to implement a
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ \section{Built-in Functions}
233233 expression.
234234\end {funcdesc }
235235
236- \begin {funcdesc }{open}{filename\, \ optional {mode\optional {\, bufsize}}}
236+ \begin {funcdesc }{open}{filename\optional {\, mode\optional {\, bufsize}}}
237237 Return a new file object (described earlier under Built-in Types).
238238 The first two arguments are the same as for \code {stdio}'s
239239 \code {fopen()}: \var {filename} is the file name to be opened,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ \section{Built-in Module \sectcode{sys}}
9090it to a larger value may increase performance for programs using
9191threads. Setting it to a value <= 0 checks every virtual instruction,
9292maximizing responsiveness as well as overhead.
93- \end {datadesc }
93+ \end {funcdesc }
9494
9595\begin {funcdesc }{settrace}{tracefunc}
9696 Set the system's trace function, which allows you to implement a
You can’t perform that action at this time.
0 commit comments