Fix dropped space in the HTML output.

This commit is contained in:
Fred Drake 1999-04-22 16:15:34 +00:00
parent babdda53d5
commit 4429772ea3
1 changed files with 6 additions and 6 deletions

View File

@ -214,8 +214,8 @@ Rename file \var{fromname} on the server to \var{toname}.
\begin{methoddesc}{delete}{filename} \begin{methoddesc}{delete}{filename}
Remove the file named \var{filename} from the server. If successful, Remove the file named \var{filename} from the server. If successful,
returns the text of the response, otherwise raises returns the text of the response, otherwise raises
\exception{error_perm} on permission errors or \exception{error_reply} \exception{error_perm} on permission errors or
on other errors. \exception{error_reply} on other errors.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{cwd}{pathname} \begin{methoddesc}{cwd}{pathname}
@ -244,10 +244,10 @@ standardized, but is supported by many common server implementations.
\begin{methoddesc}{quit}{} \begin{methoddesc}{quit}{}
Send a \samp{QUIT} command to the server and close the connection. 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 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} exception of the server reponds with an error to the
command. This implies a call to the \method{close()} method which \samp{QUIT} command. This implies a call to the \method{close()}
renders the \class{FTP} instance useless for subsequent calls (see method which renders the \class{FTP} instance useless for subsequent
below). calls (see below).
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{close}{} \begin{methoddesc}{close}{}