diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 16:15:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 16:15:34 (GMT) |
commit | 4429772ea37f820412cef91bc9d3908e1bce4fe5 (patch) | |
tree | 6ff009b01838ee09d73f1254f8ecc737e04bed4b /Doc | |
parent | babdda53d59a1453d54c17a3b078eceae037ae6b (diff) | |
download | cpython-4429772ea37f820412cef91bc9d3908e1bce4fe5.zip cpython-4429772ea37f820412cef91bc9d3908e1bce4fe5.tar.gz cpython-4429772ea37f820412cef91bc9d3908e1bce4fe5.tar.bz2 |
Fix dropped space in the HTML output.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libftplib.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 3063049..5ef9e7e 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -214,8 +214,8 @@ Rename file \var{fromname} on the server to \var{toname}. \begin{methoddesc}{delete}{filename} Remove the file named \var{filename} from the server. If successful, returns the text of the response, otherwise raises -\exception{error_perm} on permission errors or \exception{error_reply} -on other errors. +\exception{error_perm} on permission errors or +\exception{error_reply} on other errors. \end{methoddesc} \begin{methoddesc}{cwd}{pathname} @@ -244,10 +244,10 @@ standardized, but is supported by many common server implementations. \begin{methoddesc}{quit}{} Send a \samp{QUIT} command to the server and close the connection. This is the ``polite'' way to close a connection, but it may raise an -exception of the server reponds with an error to the \samp{QUIT} -command. This implies a call to the \method{close()} method which -renders the \class{FTP} instance useless for subsequent calls (see -below). +exception of the server reponds with an error to the +\samp{QUIT} command. This implies a call to the \method{close()} +method which renders the \class{FTP} instance useless for subsequent +calls (see below). \end{methoddesc} \begin{methoddesc}{close}{} |