summaryrefslogtreecommitdiff
path: root/Lib/nntplib.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-15 18:55:01 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-15 18:55:01 +0200
commit24b07bcba350bb86c4d6ca446e1564647a199868 (patch)
tree1815b1c49a6aec401da86b33fa81d06a0c735679 /Lib/nntplib.py
parent1aa999c49ed82c89257c13cba5e210c3ba34c130 (diff)
downloadcpython-git-24b07bcba350bb86c4d6ca446e1564647a199868.tar.gz
#11515: fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/nntplib.py')
-rw-r--r--Lib/nntplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/nntplib.py b/Lib/nntplib.py
index f519b06e55..2dc82a90ae 100644
--- a/Lib/nntplib.py
+++ b/Lib/nntplib.py
@@ -103,7 +103,7 @@ class NNTP:
readermode is sometimes necessary if you are connecting to an
NNTP server on the local machine and intend to call
- reader-specific comamnds, such as `group'. If you get
+ reader-specific commands, such as `group'. If you get
unexpected NNTPPermanentErrors, you might need to set
readermode.
"""