summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-13 10:34:44 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-13 10:34:44 +1100
commitf376646bdb82142840fa7cedbe846fbed736a011 (patch)
treec885fc40d5211e164ebf08801beead7aa6617a99 /config.py
parentc119cbf76f6c73602fff5b2a32b99603c0a82b3e (diff)
downloaddecorator-f376646bdb82142840fa7cedbe846fbed736a011.tar.gz
clarify passlib configuration; fix grammaro
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 324600e..97427b3 100644
--- a/config.py
+++ b/config.py
@@ -70,7 +70,7 @@ class Config:
self.sentry_dsn = c.get('sentry', 'dsn')
self.passlib = CryptContext(
- # Unless we've manually specific a list of deprecated
+ # Unless we've manually specified a list of deprecated
# algorithms assume we will deprecate all but the default.
deprecated=["auto"],
)