Skip to content

Commit

Permalink
Fix typo discovered by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 30, 2024
1 parent 5c5cb1b commit 306ae8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,11 +728,11 @@ def set(self, key, val, time=0, min_compress_len=0, noreply=False):
@return: Nonzero on success.
@rtype: int
@param time: Tells memcached the time which this value should
@param time: Tells memcached the time at which this value should
expire, either as a delta number of seconds, or an absolute
unix time-since-the-epoch value. See the memcached protocol
docs section "Storage Commands" for more info on <exptime>. We
default to 0 == cache forever. Optionnaly now accepts a timedelta.
default to 0 == cache forever. Optionally now accepts a timedelta.
@param min_compress_len: The threshold length to kick in
auto-compression of the value using the compressor
Expand Down

0 comments on commit 306ae8a

Please sign in to comment.