summaryrefslogtreecommitdiff
path: root/passlib/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/context.py')
-rw-r--r--passlib/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/context.py b/passlib/context.py
index df338e2..89bfd5f 100644
--- a/passlib/context.py
+++ b/passlib/context.py
@@ -1767,7 +1767,7 @@ class CryptContext(object):
def load_path(self, path, update=False, section="passlib", encoding="utf-8"):
"""Load new configuration into CryptContext from a local file.
- This function is a wrapper for :meth:`load`, which
+ This function is a wrapper for :meth:`load` which
loads a configuration string from the local file *path*,
instead of an in-memory source. It's behavior and options
are otherwise identical to :meth:`!load` when provided with