From 740c730086a82f95361f705e7445fe3767d137e3 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 9 Jul 2014 20:15:28 +0300 Subject: Issues #21948 and #16040: Fix typos. --- Lib/nntplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/nntplib.py') diff --git a/Lib/nntplib.py b/Lib/nntplib.py index e2c6579b67..4ded78a9e8 100644 --- a/Lib/nntplib.py +++ b/Lib/nntplib.py @@ -86,7 +86,7 @@ __all__ = ["NNTP", ] # 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 -- cgit v1.2.1