]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix dropped space in the HTML output.
authorFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 16:15:34 +0000 (16:15 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 16:15:34 +0000 (16:15 +0000)
Doc/lib/libftplib.tex

index 3063049f963013ced8593829070b151c81b5a1ab..5ef9e7eb6391f7c19c874d5e4faa56697cc1be75 100644 (file)
@@ -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}{}