PEP 594: Fix a couple of typos. (#1075)

This commit is contained in:
Nightblade 2019-05-26 17:16:48 +10:00 committed by Christian Heimes
parent 7e4e28483f
commit b3b34a2e3a
1 changed files with 2 additions and 2 deletions

View File

@ -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