fix(doc): updating pydoc for redis sentinel (#766)

Signed-off-by: Geoffrey Bauduin <geoffrey.bauduin@corp.ovh.com>
This commit is contained in:
Geoffrey Bauduin 2017-07-18 19:57:56 +02:00 committed by Asif Saifuddin Auvi
parent 9038f4c4b3
commit 883aefe84c
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ class SentinelChannel(Channel):
`Connection` object).
You must provide at least one option in Transport options:
* `service_name` - name of the redis group to poll
* `master_name` - name of the redis group to poll
"""
from_transport_options = Channel.from_transport_options + (