From: Jack Jansen Date: Mon, 14 Aug 1995 13:38:36 +0000 (+0000) Subject: Fixed incorrect tex-code for readline X-Git-Tag: v1.3b1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4518577b2402bf45691bd39ff1e010aa562378e2;p=thirdparty%2FPython%2Fcpython.git Fixed incorrect tex-code for readline --- diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 379d3fe2d857..5c6bce8994c4 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -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 diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex index 379d3fe2d857..5c6bce8994c4 100644 --- a/Doc/libtypes.tex +++ b/Doc/libtypes.tex @@ -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