diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-14 13:38:36 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-14 13:38:36 (GMT) |
commit | 4518577b2402bf45691bd39ff1e010aa562378e2 (patch) | |
tree | ad3f248da5e2cf5f150e248e407c3c19fd68805f /Doc/lib/libtypes.tex | |
parent | 479c1b300871f297b716b25c2cd9494d51ace0c8 (diff) | |
download | cpython-4518577b2402bf45691bd39ff1e010aa562378e2.zip cpython-4518577b2402bf45691bd39ff1e010aa562378e2.tar.gz cpython-4518577b2402bf45691bd39ff1e010aa562378e2.tar.bz2 |
Fixed incorrect tex-code for readline
Diffstat (limited to 'Doc/lib/libtypes.tex')
-rw-r--r-- | Doc/lib/libtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 379d3fe..5c6bce8 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 |