diff options
Diffstat (limited to 'passlib/exc.py')
-rw-r--r-- | passlib/exc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/exc.py b/passlib/exc.py index 8d872a7..60dae90 100644 --- a/passlib/exc.py +++ b/passlib/exc.py @@ -86,7 +86,7 @@ class PasslibRuntimeWarning(PasslibWarning): """Warning issued when something unexpected happens during runtime. The fact that it's a warning instead of an error means Passlib - was able to correct for the issue, but that it's anonmalous enough + was able to correct for the issue, but that it's anomalous enough that the developers would love to hear under what conditions it occurred. .. versionadded:: 1.6 |