Skip to content

Commit e0f466a

Browse files
loganbibbySuor
authored andcommitted
Fixed typo in md5_kwargs
1 parent bbe09fc commit e0f466a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cacheops/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __init__(self, s=None):
151151
# this is for backwards compatibility
152152
pyversion = sys.version_info
153153
if (pyversion.major == 3 and pyversion.minor >= 9) or pyversion.major > 3:
154-
md5_kwargs["usedforsecuirty"] = False
154+
md5_kwargs["usedforsecurity"] = False
155155

156156
self.md5 = hashlib.md5(**md5_kwargs)
157157
if s is not None:

0 commit comments

Comments
 (0)