mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fixed incorrect tex-code for readline
This commit is contained in:
parent
479c1b3008
commit
4518577b24
2 changed files with 2 additions and 2 deletions
|
@ -676,7 +676,7 @@ Files have the following methods:
|
|||
continue reading after an \EOF{} is hit.)
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{readline}optional{size}}
|
||||
\begin{funcdesc}{readline}{\optional{size}}
|
||||
Read one entire line from the file. A trailing newline character is
|
||||
kept in the string%
|
||||
\footnote{The advantage of leaving the newline on is that an empty string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue