Skip to content

Commit fc82694

Browse files
author
Tony Crisci
committed
Merge branch 'patch-1'
2 parents 2e6533e + 9d577f5 commit fc82694

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
@@ -296,7 +296,7 @@ def socket_path(self) -> str:
296296
return self._socket_path
297297

298298
@property
299-
def auto_reconect(self) -> bool:
299+
def auto_reconnect(self) -> bool:
300300
"""Whether this ``Connection`` will attempt to reconnect when the
301301
connection to the socket is broken.
302302

0 commit comments

Comments
 (0)