summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-17 11:29:07 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-17 11:29:07 -0700
commit0e27882b3a51a09edf2ce0e8ca1a4480aea335b5 (patch)
tree42c2e70f577076b2d404f9b47a2ed9bed04e74e0 /docs
parent464b98b1feda5e5b41c961cf4386cc116f1618bd (diff)
Stray paren
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 204e30b944..df070706f4 100644
--- a/docs/topics/auth/passwords.txt
+++ b/docs/topics/auth/passwords.txt
@@ -78,7 +78,7 @@ To use Bcrypt as your default storage algorithm, do the following:
1. Install the `bcrypt library`_. This can be done by running ``pip install
django[bcrypt]``, or by downloading the library and installing it with
- ``python setup.py install``).
+ ``python setup.py install``.
2. Modify :setting:`PASSWORD_HASHERS` to list ``BCryptSHA256PasswordHasher``
first. That is, in your settings file, you'd put::