summaryrefslogtreecommitdiff
path: root/docs/password_hash_api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/password_hash_api.rst')
-rw-r--r--docs/password_hash_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index 1c3f6ab..b932096 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -36,7 +36,7 @@ Usage
=====
While most uses of PassLib are done through a :class:`~passlib.base.CryptContext` class,
the various :class:`!PasswordHash` classes can be used directly to manipulate
-passwords:
+passwords::
>>> # for example, the SHA256-Crypt class:
>>> from passlib.hash import sha256_crypt as sc