Skip to content

Commit 7cd0e53

Browse files
committed
Fix wrong argument name in doc
Correct the argument name in docstring to reflect the actual key name used in the implementation.
1 parent 129a41d commit 7cd0e53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Changelog
297297

298298
:paramref:`.PyMemcacheBackend.hashclient_retry_timeout`
299299

300-
:paramref:`.PyMemcacheBackend.dead_timeout`
300+
:paramref:`.PyMemcacheBackend.hashclient_dead_timeout`
301301

302302
.. changelog::
303303
:version: 1.1.4

dogpile/cache/backends/memcached.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ class PyMemcacheBackend(GenericMemcachedBackend):
560560
561561
.. versionadded:: 1.1.5
562562
563-
:param dead_timeout: Time in seconds before attempting to add a node
564-
back in the pool in the HashClient's internal mechanisms.
563+
:param hashclient_dead_timeout: Time in seconds before attempting to add
564+
a node back in the pool in the HashClient's internal mechanisms.
565565
566566
.. versionadded:: 1.1.5
567567

0 commit comments

Comments
 (0)