Commit f2a0be61 authored by Donald Stufft's avatar Donald Stufft
Browse files

Fix a missing " character in the password documentation

parent c1d4af68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ algorithm.
    the compute powered required to brute force bcrypt in any useful amount of
    time is still astronomical. Nonetheless, we recommend you use
    ``BCryptSHA256PasswordHasher`` anyway on the principle of "better safe than
    sorry.
    sorry".

.. admonition:: Other bcrypt implementations