Skip to content

Commit 1f4b8d9

Browse files
committed
Docs: It's the object that gets created
1 parent cab894c commit 1f4b8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you want to bind an existing function to a hotkey, pass it as an argument to
9191

9292
ahkpy.hotkey("#n", subprocess.Popen, ["notepad"])
9393

94-
In the example above, the :class:`subprocess.Popen` class will be created with
94+
In the example above, the :class:`subprocess.Popen` object will be created with
9595
the ``["notepad"]`` argument when the user presses :kbd:`Win`+ :kbd:`N`.
9696

9797
To disable a key or a combination of keys for the entire system, use the

0 commit comments

Comments
 (0)