summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hosts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.hosts.rst')
-rw-r--r--docs/lib/passlib.hosts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.hosts.rst b/docs/lib/passlib.hosts.rst
index 954bf03..cef0335 100644
--- a/docs/lib/passlib.hosts.rst
+++ b/docs/lib/passlib.hosts.rst
@@ -119,7 +119,7 @@ Current Host OS
As an example, this can be used in conjunction with stdlib's :mod:`!spwd` module
to verify user passwords on the local system::
- >>> #NOTE/WARNING: this example requires running as root on most systems.
+ >>> # NOTE/WARNING: this example requires running as root on most systems.
>>> import spwd, os
>>> from passlib.hosts import host_context
>>> hash = spwd.getspnam(os.environ['USER']).sp_pwd