Skip to content

Commit 722fbc8

Browse files
committed
fixed typo
1 parent 50a9a1f commit 722fbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_valkey/base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ def decr(
740740
client: Backend | Any | None = None,
741741
) -> int:
742742
"""
743-
Decreace delta to value in the cache. If the key does not exist, raise a
743+
Decrease delta to value in the cache. If the key does not exist, raise a
744744
ValueError exception.
745745
"""
746746
return self._incr(key=key, delta=-delta, version=version, client=client)

0 commit comments

Comments
 (0)