diff options
author | Min ho Kim <minho42@gmail.com> | 2019-07-07 01:21:52 +1000 |
---|---|---|
committer | Min ho Kim <minho42@gmail.com> | 2019-07-07 01:21:52 +1000 |
commit | 1e3a10002994f15f882fe8170cc388dd82ccf722 (patch) | |
tree | 9b59c9388531a4436cc4f567f3600554d444e728 | |
parent | ea267c1d3b16cf1fffd3c21d0ea174fc8bcbe73c (diff) | |
download | itsdangerous-1e3a10002994f15f882fe8170cc388dd82ccf722.tar.gz |
Fix typo
-rw-r--r-- | src/itsdangerous/_compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itsdangerous/_compat.py b/src/itsdangerous/_compat.py index 2291bce..c380dbf 100644 --- a/src/itsdangerous/_compat.py +++ b/src/itsdangerous/_compat.py @@ -21,7 +21,7 @@ def _constant_time_compare(val1, val2): otherwise. The time taken is independent of the number of characters that - match. Do not use this function for anything else than comparision + match. Do not use this function for anything else than comparison with known length targets. This is should be implemented in C in order to get it completely |