diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-01 17:43:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-01 17:43:19 (GMT) |
commit | 506a7a87ffce9a5fedb69298070fec10826d3102 (patch) | |
tree | fa6554e0c2cdf860f2d5ec90cae22f9cb9726b6b | |
parent | 791b366f8f861aa12e78a95176f1669299c5b27b (diff) | |
download | cpython-506a7a87ffce9a5fedb69298070fec10826d3102.zip cpython-506a7a87ffce9a5fedb69298070fec10826d3102.tar.gz cpython-506a7a87ffce9a5fedb69298070fec10826d3102.tar.bz2 |
Send a "ARTICLE" --> Send an "ARTICLE"
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
-rw-r--r-- | Doc/lib/libnntplib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libnntplib.tex b/Doc/lib/libnntplib.tex index dade6b7..011524b 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} |