diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2013-04-09 13:50:04 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2013-04-09 13:50:04 -0400 |
| commit | 2dbabd30e3639bc8f382db1ecc69aada0a6c827d (patch) | |
| tree | 774aabe6a02b37df0ac8a5aee0c96f247c041766 /docs/lib | |
| parent | 6e158b409ec52814ee4ae015daa13028806e21de (diff) | |
| download | passlib-2dbabd30e3639bc8f382db1ecc69aada0a6c827d.tar.gz | |
style cleanups
Diffstat (limited to 'docs/lib')
| -rw-r--r-- | docs/lib/passlib.context-tutorial.rst | 1 | ||||
| -rw-r--r-- | docs/lib/passlib.ext.django.rst | 1 | ||||
| -rw-r--r-- | docs/lib/passlib.hash.oracle11.rst | 2 | ||||
| -rw-r--r-- | docs/lib/passlib.registry.rst | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/docs/lib/passlib.context-tutorial.rst b/docs/lib/passlib.context-tutorial.rst index d63f87c..422e349 100644 --- a/docs/lib/passlib.context-tutorial.rst +++ b/docs/lib/passlib.context-tutorial.rst @@ -552,3 +552,4 @@ the following code at the correct place:: pass # ... do successful login actions ... + diff --git a/docs/lib/passlib.ext.django.rst b/docs/lib/passlib.ext.django.rst index 00d4285..23bcb0c 100644 --- a/docs/lib/passlib.ext.django.rst +++ b/docs/lib/passlib.ext.django.rst @@ -170,3 +170,4 @@ Module Contents ; and even stronger ones for ``User.is_superuser`` superuser__sha512_crypt__default_rounds = 120000 superuser__django_pbkdf2_sha256__default_rounds = 15000 + diff --git a/docs/lib/passlib.hash.oracle11.rst b/docs/lib/passlib.hash.oracle11.rst index 943c08b..b8a0d92 100644 --- a/docs/lib/passlib.hash.oracle11.rst +++ b/docs/lib/passlib.hash.oracle11.rst @@ -5,7 +5,7 @@ .. currentmodule:: passlib.hash This class implements the hash algorithm introduced in version 11g of the Oracle Database. -It supercedes the :class:`Oracle 10 <passlib.hash.oracle10>` password hash. +It supersedes the :class:`Oracle 10 <passlib.hash.oracle10>` password hash. This class can be can be used directly as follows:: >>> from passlib.hash import oracle11 as oracle11 diff --git a/docs/lib/passlib.registry.rst b/docs/lib/passlib.registry.rst index 3087f25..d049ae5 100644 --- a/docs/lib/passlib.registry.rst +++ b/docs/lib/passlib.registry.rst @@ -68,3 +68,4 @@ Example showing how to load a hash by name:: >>> get_crypt_handler("missing_hash", None) None + |
