PEP 466: Fix copy & paste error
This commit is contained in:
parent
9ea9830f61
commit
06d9b34e66
|
@ -62,7 +62,7 @@ Under this policy, the following features SHOULD be backported from Python
|
|||
|
||||
* password hashing function (``hashlib.pbkdf2_hmac()``).
|
||||
* details of hash algorithm availability (``hashlib.algorithms_guaranteed``
|
||||
and ``hashlib.algorithms_guaranteed``).
|
||||
and ``hashlib.algorithms_available``).
|
||||
|
||||
* in the ``ssl`` module:
|
||||
|
||||
|
|
Loading…
Reference in New Issue