[Python-checkins] CVS: python/dist/src/Doc/lib libnntplib.tex,1.24,1.25
Fred L. Drake
python-dev@python.org
Sat, 1 Jul 2000 10:43:22 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25554/Doc/lib
Modified Files:
libnntplib.tex
Log Message:
Send a "ARTICLE" --> Send an "ARTICLE"
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
Index: libnntplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libnntplib.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** libnntplib.tex 2000年02月10日 20:26:45 1.24
--- libnntplib.tex 2000年07月01日 17:43:19 1.25
***************
*** 204,208 ****
\begin{methoddesc}{article}{id}
! Send a \samp{ARTICLE} command, where \var{id} has the same meaning as
for \method{stat()}. Return as for \method{head()}.
\end{methoddesc}
--- 204,208 ----
\begin{methoddesc}{article}{id}
! Send an \samp{ARTICLE} command, where \var{id} has the same meaning as
for \method{stat()}. Return as for \method{head()}.
\end{methoddesc}