PEP 466: Fix copy & paste error

This commit is contained in:
Nick Coghlan 2014-03-26 22:03:06 +10:00
parent 9ea9830f61
commit 06d9b34e66
1 changed files with 1 additions and 1 deletions

View File

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