File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ background. A related use case is running I/O in parallel with computations in
16
16
another thread. These are actual OS threads, as opposed to AHK `pseudo-threads
17
17
<https://www.autohotkey.com/docs/misc/Threads.htm> `_.
18
18
19
- AutoHotkey.py calls AHK functions from python by registering a callback in AHK
19
+ AutoHotkey.py calls AHK functions from Python by registering a callback in AHK
20
20
with `RegisterCallback
21
21
<https://www.autohotkey.com/docs/commands/RegisterCallback.htm> `_. *These
22
22
callbacks are not thread-safe. * That is, while the *main thread * is busy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Installation
4
4
AutoHotkey.py requires `Python <https://www.python.org/downloads/ >`_ 3.7 or
5
5
later and `AutoHotkey <https://www.autohotkey.com/ >`_ 1.1.28 or later.
6
6
7
- Once you've installed python , install the AutoHotkey.py package to the Python
7
+ Once you've installed Python , install the AutoHotkey.py package to the Python
8
8
user install directory. To do that, copy and paste the following into a
9
9
PowerShell window:
10
10
You can’t perform that action at this time.
0 commit comments