Skip to content

Commit 61a9fa4

Browse files
committed
Capitalize the Python word
1 parent 3f28ea0 commit 61a9fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ background. A related use case is running I/O in parallel with computations in
1616
another thread. These are actual OS threads, as opposed to AHK `pseudo-threads
1717
<https://www.autohotkey.com/docs/misc/Threads.htm>`_.
1818

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
2020
with `RegisterCallback
2121
<https://www.autohotkey.com/docs/commands/RegisterCallback.htm>`_. *These
2222
callbacks are not thread-safe.* That is, while the *main thread* is busy

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44
AutoHotkey.py requires `Python <https://www.python.org/downloads/>`_ 3.7 or
55
later and `AutoHotkey <https://www.autohotkey.com/>`_ 1.1.28 or later.
66

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
88
user install directory. To do that, copy and paste the following into a
99
PowerShell window:
1010

0 commit comments

Comments
 (0)