Skip to content

Commit 306ae8a

Browse files
authored
Fix typo discovered by codespell
https://pypi.org/project/codespell
1 parent 5c5cb1b commit 306ae8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

memcache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,11 +728,11 @@ def set(self, key, val, time=0, min_compress_len=0, noreply=False):
728728
@return: Nonzero on success.
729729
@rtype: int
730730
731-
@param time: Tells memcached the time which this value should
731+
@param time: Tells memcached the time at which this value should
732732
expire, either as a delta number of seconds, or an absolute
733733
unix time-since-the-epoch value. See the memcached protocol
734734
docs section "Storage Commands" for more info on <exptime>. We
735-
default to 0 == cache forever. Optionnaly now accepts a timedelta.
735+
default to 0 == cache forever. Optionally now accepts a timedelta.
736736
737737
@param min_compress_len: The threshold length to kick in
738738
auto-compression of the value using the compressor

0 commit comments

Comments
 (0)