summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-07-07 01:21:52 +1000
committerMin ho Kim <minho42@gmail.com>2019-07-07 01:21:52 +1000
commit1e3a10002994f15f882fe8170cc388dd82ccf722 (patch)
tree9b59c9388531a4436cc4f567f3600554d444e728
parentea267c1d3b16cf1fffd3c21d0ea174fc8bcbe73c (diff)
downloaditsdangerous-1e3a10002994f15f882fe8170cc388dd82ccf722.tar.gz
Fix typo
-rw-r--r--src/itsdangerous/_compat.py2
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