Skip to content

Commit 4c536f3

Browse files
committed
Applying Copilot's comments
1 parent 0744ee5 commit 4c536f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ def execute(self, raise_on_error: bool = True) -> List[Any]:
16621662
lambda error: self._disconnect_raise_on_watching(conn, error),
16631663
)
16641664
finally:
1665-
# in reset() the connection is diconnected before returned to the pool if
1665+
# in reset() the connection is disconnected before returned to the pool if
16661666
# it is marked for reconnect.
16671667
self.reset()
16681668

0 commit comments

Comments
 (0)