mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
|
@ -12,6 +12,7 @@ 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{
|
||||
\begin{verbatim}
|
||||
>>> s = NNTP('news.cwi.nl')
|
||||
>>> resp, count, first, last, name = s.group('comp.lang.python')
|
||||
|
|
@ -34,6 +35,7 @@ Group comp.lang.python has 59 articles, range 3742 to 3803
|
|||
'205 news.cwi.nl closing connection. Goodbye.'
|
||||
>>>
|
||||
\end{verbatim}
|
||||
}
|
||||
|
||||
To post an article from a file (this assumes that the article has
|
||||
valid headers):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue