summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hosts.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-04-17 23:14:51 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-04-17 23:14:51 -0400
commit64ab6fc89b497efa9169f11d55251e417c4db0ba (patch)
treeb3f6f5dc27b87a6bc90cb3686fa98239ee8ff053 /docs/lib/passlib.hosts.rst
parent8eb4c4d3b58eec6802c698ddbf357b2fd243a68c (diff)
parentcd029846fdc0c3d7ffc7f53caad4579e7e0e8725 (diff)
downloadpasslib-ironpython-support-dev.tar.gz
Merge from defaultironpython-support-dev
Diffstat (limited to 'docs/lib/passlib.hosts.rst')
-rw-r--r--docs/lib/passlib.hosts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/passlib.hosts.rst b/docs/lib/passlib.hosts.rst
index 5ca13db..85514e8 100644
--- a/docs/lib/passlib.hosts.rst
+++ b/docs/lib/passlib.hosts.rst
@@ -52,7 +52,7 @@ for the following Unix variants:
All of the above contexts include the :class:`~passlib.hash.unix_disabled` handler
as a final fallback. This special handler treats all strings as invalid passwords,
particularly the common strings ``!`` and ``*`` which are used to indicate
- that an account has been disabled [#shadow]_.
+ that an account has been disabled [#shadow]_.
A quick usage example, using the :data:`!linux_context` instance::
@@ -81,7 +81,7 @@ Current Host OS
The main differences between this object and :func:`!crypt`:
* this object provides introspection about *which* schemes
- are available on a given system (via ``host_context.policy.schemes()``).
+ are available on a given system (via ``host_context.schemes()``).
* it defaults to the strongest algorithm available,
automatically configured to an appropriate strength
for encrypting new passwords.