summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-11-14 02:19:44 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-11-14 02:19:44 (GMT)
commitef6795613915a7ee01509d6ff2049ebf13763772 (patch)
treea8b4be6add1f8d719a2db46a59122098c368d8dd
parentf6756e8dd45d44ad65cc37e3f08e1b2328dcc929 (diff)
downloadcpython-ef6795613915a7ee01509d6ff2049ebf13763772.zip
cpython-ef6795613915a7ee01509d6ff2049ebf13763772.tar.gz
cpython-ef6795613915a7ee01509d6ff2049ebf13763772.tar.bz2
Fix typo in comment
-rw-r--r--Lib/nntplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/nntplib.py b/Lib/nntplib.py
index 8bf78a3..618e4b8 100644
--- a/Lib/nntplib.py
+++ b/Lib/nntplib.py
@@ -565,7 +565,7 @@ class NNTP:
return resp
-# Test retrieval when rubn as a script.
+# Test retrieval when run as a script.
# Assumption: if there's a local news server, it's called 'news'.
# Assumption: if user queries a remote news server, it's named
# in the environment variable NNTPSERVER (used by slrn and kin)