mirror of https://github.com/python/cpython
Markup consistency nits that Guido didn't check. ;-)
This commit is contained in:
parent
5f7a28cdf8
commit
d16b5abc07
|
@ -91,11 +91,11 @@ All IMAP4rev1 commands are represented by methods of the same name,
|
||||||
either upper-case or lower-case.
|
either upper-case or lower-case.
|
||||||
|
|
||||||
All arguments to commands are converted to strings, except for
|
All arguments to commands are converted to strings, except for
|
||||||
AUTHENTICATE, and the last argument to APPEND which is passed as
|
\samp{AUTHENTICATE}, and the last argument to \samp{APPEND} which is
|
||||||
an IMAP4 literal. If necessary (the string contains
|
passed as an IMAP4 literal. If necessary (the string contains IMAP4
|
||||||
IMAP4 protocol-sensitive characters and isn't enclosed with either parentheses or
|
protocol-sensitive characters and isn't enclosed with either
|
||||||
double quotes) each string is quoted. However, the \var{password}
|
parentheses or double quotes) each string is quoted. However, the
|
||||||
argument to the LOGIN command is always quoted.
|
\var{password} argument to the \samp{LOGIN} command is always quoted.
|
||||||
|
|
||||||
Each command returns a tuple: \code{(\var{type}, [\var{data},
|
Each command returns a tuple: \code{(\var{type}, [\var{data},
|
||||||
...])} where \var{type} is usually \code{'OK'} or \code{'NO'},
|
...])} where \var{type} is usually \code{'OK'} or \code{'NO'},
|
||||||
|
@ -172,7 +172,7 @@ An \class{IMAP4} instance has the following methods:
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{noop}{}
|
\begin{methoddesc}{noop}{}
|
||||||
Send NOOP to server.
|
Send \samp{NOOP} to server.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{open}{host, port}
|
\begin{methoddesc}{open}{host, port}
|
||||||
|
|
Loading…
Reference in New Issue