]> granicus.if.org Git - python/commitdiff
Typo caught by : Arfrever Frehtes Taifersar Arahesis.
authorBarry Warsaw <barry@python.org>
Tue, 1 Oct 2013 15:38:38 +0000 (11:38 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 1 Oct 2013 15:38:38 +0000 (11:38 -0400)
Lib/nntplib.py

index f5e0d29c7ce6b4750caf45cd4e475c0ba21d2385..32962b97596de1ba45a5b8aa1d8b0ed34b84818b 100644 (file)
@@ -38,7 +38,7 @@ __all__ = ["NNTP","NNTPReplyError","NNTPTemporaryError",
            "error_data",]
 
 # maximal line length when calling readline(). This is to prevent
-# reading arbitrary lenght lines. RFC 3977 limits NNTP line length to
+# reading arbitrary length lines. RFC 3977 limits NNTP line length to
 # 512 characters, including CRLF. We have selected 2048 just to be on
 # the safe side.
 _MAXLINE = 2048