From: Barry Warsaw Date: Tue, 1 Oct 2013 15:38:38 +0000 (-0400) Subject: Typo caught by : Arfrever Frehtes Taifersar Arahesis. X-Git-Tag: v2.6.9~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa914509d36a6def58db03ddc738d62f7c527d96;p=python Typo caught by : Arfrever Frehtes Taifersar Arahesis. --- diff --git a/Lib/nntplib.py b/Lib/nntplib.py index f5e0d29c7c..32962b9759 100644 --- a/Lib/nntplib.py +++ b/Lib/nntplib.py @@ -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