Skip to content

Commit e673868

Browse files
committed
Restore the missing words in BaseWindow.send_message
1 parent aa881c4 commit e673868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ahkpy/window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,8 +1170,8 @@ def send_message(self, msg: int, w_param: int = 0, l_param: int = 0,
11701170
components of the message.
11711171
11721172
If there is no response after *timeout* seconds, then an :exc:`Error`
1173-
will be raised. If *timeout* ``None``, there is no limit to the wait
1174-
time.
1173+
will be raised. If *timeout* is not specified or ``None``, there is no
1174+
limit to the wait time.
11751175
11761176
The range of possible response values depends on the target window and
11771177
the version of AutoHotkey that is running. When using the 32-bit version

0 commit comments

Comments
 (0)