File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments