summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.oracle11.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.hash.oracle11.rst')
-rw-r--r--docs/lib/passlib.hash.oracle11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.hash.oracle11.rst b/docs/lib/passlib.hash.oracle11.rst
index 8eb8d80..68f21c6 100644
--- a/docs/lib/passlib.hash.oracle11.rst
+++ b/docs/lib/passlib.hash.oracle11.rst
@@ -10,7 +10,7 @@ This class can be can be used directly as follows::
>>> from passlib.hash import oracle11 as oracle11
- >>> #generate new salt, encrypt password
+ >>> # generate new salt, encrypt password
>>> hash = oracle11.encrypt("password")
>>> hash
'S:4143053633E59B4992A8EA17D2FF542C9EDEB335C886EED9C80450C1B4E6'