mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Use \citetitle instead of \emph.
This commit is contained in:
parent
356d0ceb7e
commit
ebe0341109
1 changed files with 4 additions and 4 deletions
|
|
@ -11,8 +11,8 @@
|
||||||
The \module{smtplib} module defines an SMTP client session object that
|
The \module{smtplib} module defines an SMTP client session object that
|
||||||
can be used to send mail to any Internet machine with an SMTP or ESMTP
|
can be used to send mail to any Internet machine with an SMTP or ESMTP
|
||||||
listener daemon. For details of SMTP and ESMTP operation, consult
|
listener daemon. For details of SMTP and ESMTP operation, consult
|
||||||
\rfc{821} (\emph{Simple Mail Transfer Protocol}) and \rfc{1869}
|
\rfc{821} (\citetitle{Simple Mail Transfer Protocol}) and \rfc{1869}
|
||||||
(\emph{SMTP Service Extensions}).
|
(\citetitle{SMTP Service Extensions}).
|
||||||
|
|
||||||
\begin{classdesc}{SMTP}{\optional{host\optional{, port}}}
|
\begin{classdesc}{SMTP}{\optional{host\optional{, port}}}
|
||||||
A \class{SMTP} instance encapsulates an SMTP connection. It has
|
A \class{SMTP} instance encapsulates an SMTP connection. It has
|
||||||
|
|
@ -249,11 +249,11 @@ server.quit()
|
||||||
|
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
\seetext{Internet \rfc{821}, \emph{Simple Mail Transfer Protocol}.
|
\seetext{Internet \rfc{821}, \citetitle{Simple Mail Transfer Protocol}.
|
||||||
Available online at
|
Available online at
|
||||||
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc821.txt}.}
|
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc821.txt}.}
|
||||||
|
|
||||||
\seetext{Internet \rfc{1869}, \emph{SMTP Service Extensions}.
|
\seetext{Internet \rfc{1869}, \citetitle{SMTP Service Extensions}.
|
||||||
Available online at
|
Available online at
|
||||||
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc1869.txt}.}
|
\url{http://info.internet.isi.edu/in-notes/rfc/files/rfc1869.txt}.}
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue