Skip to content

Commit 9d577f5

Browse files
Fix spelling of auto_reconnect property
Unfortunately, this may break code relying on this spelling. Maybe not worth it changing it.
1 parent 1d0c214 commit 9d577f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i3ipc/aio/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def socket_path(self) -> str:
287287
return self._socket_path
288288

289289
@property
290-
def auto_reconect(self) -> bool:
290+
def auto_reconnect(self) -> bool:
291291
"""Whether this ``Connection`` will attempt to reconnect when the
292292
connection to the socket is broken.
293293

0 commit comments

Comments
 (0)