Skip to content

Commit 8c31894

Browse files
committed
fix comment
1 parent 839c535 commit 8c31894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_reconnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_socket(
4141
ssl_context: Optional[SSLContextType] = None,
4242
) -> SocketType:
4343
"""
44-
Replicate what the ConnectionManager does and what MiniMQTT was doing previously by itself.
44+
Return the specified socket.
4545
"""
4646
return self._socket
4747

0 commit comments

Comments
 (0)