]> granicus.if.org Git - python/commitdiff
Removed unnecessary \small{} block; latex2html got it wrong and its no
authorFred Drake <fdrake@acm.org>
Tue, 23 Dec 1997 04:10:35 +0000 (04:10 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 23 Dec 1997 04:10:35 +0000 (04:10 +0000)
longer needed for printed output.

Doc/lib/libnntplib.tex
Doc/libnntplib.tex

index 41539b411335ac733859fc4034228946e72b37b3..f953072c084d10d5eb3620b233ed52da97d86615 100644 (file)
@@ -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):
index 41539b411335ac733859fc4034228946e72b37b3..f953072c084d10d5eb3620b233ed52da97d86615 100644 (file)
@@ -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):