]> granicus.if.org Git - python/commitdiff
Fix typo in comment
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Nov 2002 02:19:44 +0000 (02:19 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Nov 2002 02:19:44 +0000 (02:19 +0000)
Lib/nntplib.py

index 8bf78a3570019cc67d46b904fce8f7586de7d6f8..618e4b8d0add031bc7d5bb196c1c4eac15683357 100644 (file)
@@ -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)