From b3b34a2e3ae2f30c8599e0aef58a51b959a43512 Mon Sep 17 00:00:00 2001 From: Nightblade Date: Sun, 26 May 2019 17:16:48 +1000 Subject: [PATCH] PEP 594: Fix a couple of typos. (#1075) --- pep-0594.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0594.rst b/pep-0594.rst index fd85e6cff..a3686f8ec 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -506,7 +506,7 @@ NNTP support is declining. The ``nntplib`` tests have been the cause of additional work in the recent past. Python only contains client side of NNTP. The tests connect to -external news server. The servers are sometimes unavailble, too slow, or do +external news server. The servers are sometimes unavailable, too slow, or do not work correctly over IPv6. The situation causes flaky test runs on buildbots. @@ -535,7 +535,7 @@ quality and insecure. Users are discouraged to use them. * The module is not available on Windows. Cross-platform application need an alternative implementation any way. -* Only DES encryption is guarenteed to be available. DES has an extremely +* Only DES encryption is guaranteed to be available. DES has an extremely limited key space of 2**56. * MD5, salted SHA256, salted SHA512, and Blowfish are optional extension. SSHA256 and SSHA512 are glibc extensions. Blowfish (bcrypt) is the only