diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-23 04:10:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-23 04:10:35 (GMT) |
commit | d665e8b5b0361ccbbd51a548442a88618a924049 (patch) | |
tree | d3826f8911d32350453dc085faed277821749779 /Doc/lib/libnntplib.tex | |
parent | d21759ba47160460c7f612a47214f9a7f4622963 (diff) | |
download | cpython-d665e8b5b0361ccbbd51a548442a88618a924049.zip cpython-d665e8b5b0361ccbbd51a548442a88618a924049.tar.gz cpython-d665e8b5b0361ccbbd51a548442a88618a924049.tar.bz2 |
Removed unnecessary \small{} block; latex2html got it wrong and its no
longer needed for printed output.
Diffstat (limited to 'Doc/lib/libnntplib.tex')
-rw-r--r-- | Doc/lib/libnntplib.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/lib/libnntplib.tex b/Doc/lib/libnntplib.tex index 41539b4..f953072 100644 --- a/Doc/lib/libnntplib.tex +++ b/Doc/lib/libnntplib.tex @@ -13,7 +13,6 @@ Here are two small examples of how it can be used. To list some statistics about a newsgroup and print the subjects of the last 10 articles: -\small{ \bcode\begin{verbatim} >>> s = NNTP('news.cwi.nl') >>> resp, count, first, last, name = s.group('comp.lang.python') @@ -36,7 +35,6 @@ Group comp.lang.python has 59 articles, range 3742 to 3803 '205 news.cwi.nl closing connection. Goodbye.' >>> \end{verbatim}\ecode -} To post an article from a file (this assumes that the article has valid headers): |