Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d665e8b

Browse files
committed
Removed unnecessary \small{} block; latex2html got it wrong and its no
longer needed for printed output.
1 parent d21759b commit d665e8b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/lib/libnntplib.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ \section{Standard Module \sectcode{nntplib}}
1313
statistics about a newsgroup and print the subjects of the last 10
1414
articles:
1515

16-
\small{
1716
\bcode\begin{verbatim}
1817
>>> s = NNTP('news.cwi.nl')
1918
>>> resp, count, first, last, name = s.group('comp.lang.python')
@@ -36,7 +35,6 @@ \section{Standard Module \sectcode{nntplib}}
3635
'205 news.cwi.nl closing connection. Goodbye.'
3736
>>>
3837
\end{verbatim}\ecode
39-
}
4038

4139
To post an article from a file (this assumes that the article has
4240
valid headers):

Doc/libnntplib.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ \section{Standard Module \sectcode{nntplib}}
1313
statistics about a newsgroup and print the subjects of the last 10
1414
articles:
1515

16-
\small{
1716
\bcode\begin{verbatim}
1817
>>> s = NNTP('news.cwi.nl')
1918
>>> resp, count, first, last, name = s.group('comp.lang.python')
@@ -36,7 +35,6 @@ \section{Standard Module \sectcode{nntplib}}
3635
'205 news.cwi.nl closing connection. Goodbye.'
3736
>>>
3837
\end{verbatim}\ecode
39-
}
4038

4139
To post an article from a file (this assumes that the article has
4240
valid headers):

0 commit comments

Comments
 (0)