diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-12-22 20:04:26 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-12-22 20:04:26 -0500 |
| commit | 966116ab976e76863d0105bd1b4682d18436078f (patch) | |
| tree | 738b296f066f001a71fed75179148e2fe301088d | |
| parent | 9c49b67fee5d801aa1422aab607e058dd33763fd (diff) | |
| download | passlib-966116ab976e76863d0105bd1b4682d18436078f.tar.gz | |
typo
| -rw-r--r-- | passlib/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/context.py b/passlib/context.py index 7a9fd23..aec6d80 100644 --- a/passlib/context.py +++ b/passlib/context.py @@ -554,7 +554,7 @@ class CryptPolicy(object): # public interface (used by CryptContext) #========================================================= def has_schemes(self): - "check if policy supported *any* schemes; returns True/False" + "check if policy supports *any* schemes; returns True/False" return len(self._handlers) > 0 def iter_handlers(self): |
