Skip to content

Commit

Permalink
Merge pull request #2107 from TrizlyBear/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
davidism committed May 7, 2021
2 parents 4848b99 + d2625f5 commit 4970558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/werkzeug/security.py
Expand Up @@ -202,7 +202,7 @@ def generate_password_hash(


def check_password_hash(pwhash: str, password: str) -> bool:
"""check a password against a given salted and hashed password value.
"""Check a password against a given salted and hashed password value.
In order to support unsalted legacy passwords this method supports
plain text passwords, md5 and sha1 hashes (both salted and unsalted).
Expand Down

0 comments on commit 4970558

Please sign in to comment.