Skip to content

Commit f7487fb

Browse files
committed
lint
1 parent 92dd23a commit f7487fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_asyncio/test_sentinel_managed_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def _connect_to_sentinel(self) -> None:
4848
"""
4949
This simulates the behavior of _connect_to_sentinel when
5050
:py:class:`~redis.asyncio.sentinel.SentinelConnectionPool`.
51-
In master mode, it'll connect to the master.
51+
In master mode, it'll connect to the master.
5252
In non-master mode, it'll call rotate_slaves and connect to the next replica.
5353
"""
5454
if self.connection_pool.is_master:

tests/test_sentinel_managed_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def _connect_to_sentinel(self) -> None:
1414
"""
1515
This simulates the behavior of _connect_to_sentinel when
1616
:py:class:`~redis.SentinelConnectionPool`.
17-
In master mode, it'll connect to the master.
17+
In master mode, it'll connect to the master.
1818
In non-master mode, it'll call rotate_slaves and connect to the next replica.
1919
"""
2020
if self.connection_pool.is_master:

0 commit comments

Comments
 (0)