diff options
author | Raymond Hettinger <python@rcn.com> | 2003-05-10 03:35:37 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-05-10 03:35:37 (GMT) |
commit | 52136a8bea8b9a8394c00eb7ea2b6e40346ae716 (patch) | |
tree | ae7a4582ca654ba0e262d816a62d626d3202bc3e /Doc/lib/libftplib.tex | |
parent | 71e0033200d7b013a64375d3001d2aa2de933f3c (diff) | |
download | cpython-52136a8bea8b9a8394c00eb7ea2b6e40346ae716.zip cpython-52136a8bea8b9a8394c00eb7ea2b6e40346ae716.tar.gz cpython-52136a8bea8b9a8394c00eb7ea2b6e40346ae716.tar.bz2 |
Fixed spacing and unbalanced brackets or parenthesis.
Diffstat (limited to 'Doc/lib/libftplib.tex')
-rw-r--r-- | Doc/lib/libftplib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index d4851ab..58d16cb 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -160,7 +160,7 @@ same thing as in the \method{transfercmd()} method. \begin{methoddesc}{retrlines}{command\optional{, callback}} Retrieve a file or directory listing in \ASCII{} transfer mode. \var{command} should be an appropriate \samp{RETR} command (see -\method{retrbinary()} or a \samp{LIST} command (usually just the string +\method{retrbinary()}) or a \samp{LIST} command (usually just the string \code{'LIST'}). The \var{callback} function is called for each line, with the trailing CRLF stripped. The default \var{callback} prints the line to \code{sys.stdout}. @@ -280,7 +280,7 @@ calls (see below). \begin{methoddesc}{close}{} Close the connection unilaterally. This should not be applied to an -already closed connection (such as after a successful call to +already closed connection such as after a successful call to \method{quit()}. After this call the \class{FTP} instance should not be used any more (after a call to \method{close()} or \method{quit()} you cannot reopen the connection by issuing another |