Kaydet (Commit) 21a1fddc authored tarafından Alex Gaynor's avatar Alex Gaynor

Typo fix

üst cb68eb3e
......@@ -120,8 +120,8 @@ def _long_to_bin(x, hex_format_string):
if hasattr(hashlib, "pbkdf2_hmac"):
def pbkdf2(password, salt, iterations, dklen=0, digest=None):
"""
Implements PBDF2 with the same API as Django's existing implementation,
using the stdlib.
Implements PBKDF2 with the same API as Django's existing
implementation, using the stdlib.
This is used in Python 3.4 and up.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment