diff options
| author | Yuval Langer <yuval.langer@gmail.com> | 2015-12-30 02:50:47 +0000 |
|---|---|---|
| committer | Yuval Langer <yuval.langer@gmail.com> | 2015-12-30 02:50:47 +0000 |
| commit | 44135d1a4547e1edef6f8dcd38fbdd99e1e67fcc (patch) | |
| tree | 6614b077ac5ffa7d5e8745a321ceb27e0fd26af0 /docs | |
| parent | 9511c1dc9597600b53c50fec08b6a706d297f506 (diff) | |
| download | passlib-44135d1a4547e1edef6f8dcd38fbdd99e1e67fcc.tar.gz | |
Fix typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/new_app_quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/new_app_quickstart.rst b/docs/new_app_quickstart.rst index 6c4efaa..375231b 100644 --- a/docs/new_app_quickstart.rst +++ b/docs/new_app_quickstart.rst @@ -182,7 +182,7 @@ Due to these reasons, SCrypt has not yet been integrated into Passlib. Creating and Using a CryptContext ================================= -One you've chosen what password hash(es) you want to use, +Once you've chosen what password hash(es) you want to use, the next step is to define a :class:`~passlib.context.CryptContext` object to manage your hashes, and relating configuration information. Insert the following code into your application:: |
