From: Fred Drake Date: Sat, 1 Jul 2000 17:43:19 +0000 (+0000) Subject: Send a "ARTICLE" --> Send an "ARTICLE" X-Git-Tag: v2.0b1~1134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=506a7a87ffce9a5fedb69298070fec10826d3102;p=thirdparty%2FPython%2Fcpython.git Send a "ARTICLE" --> Send an "ARTICLE" Usage error noted by Grant Griffin . --- diff --git a/Doc/lib/libnntplib.tex b/Doc/lib/libnntplib.tex index dade6b7fedf8..011524ba91c5 100644 --- a/Doc/lib/libnntplib.tex +++ b/Doc/lib/libnntplib.tex @@ -203,7 +203,7 @@ Send a \samp{BODY} command, where \var{id} has the same meaning as for \end{methoddesc} \begin{methoddesc}{article}{id} -Send a \samp{ARTICLE} command, where \var{id} has the same meaning as +Send an \samp{ARTICLE} command, where \var{id} has the same meaning as for \method{stat()}. Return as for \method{head()}. \end{methoddesc}