summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-03-26 15:26:20 -0400
committerDonald Stufft <donald@stufft.io>2013-03-26 15:26:20 -0400
commitf2a0be61517d213f23100aded043e073ea66694a (patch)
tree2bd4a8a20c1eb83049a078a156a9d3afe4bf2065 /docs
parentc1d4af6884fbf6c232f6d3fedd168609e0449239 (diff)
Fix a missing " character in the password documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/passwords.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt
index ae63771d6f..2193e6a3c7 100644
--- a/docs/topics/auth/passwords.txt
+++ b/docs/topics/auth/passwords.txt
@@ -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