From f2a0be61517d213f23100aded043e073ea66694a Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 26 Mar 2013 15:26:20 -0400 Subject: [PATCH] Fix a missing " character in the password documentation --- docs/topics/auth/passwords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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