From: Neal Norwitz Date: Thu, 14 Nov 2002 02:19:44 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: v2.3c1~3431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef6795613915a7ee01509d6ff2049ebf13763772;p=python Fix typo in comment --- diff --git a/Lib/nntplib.py b/Lib/nntplib.py index 8bf78a3570..618e4b8d0a 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)