Skip to content

Commit 17ecfbc

Browse files
paradox-labPerlence
authored andcommitted
Update quickstart.rst
fix SyntaxError: invalid syntax
1 parent 2aa72c3 commit 17ecfbc

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
@@ -84,7 +84,7 @@ hotkey :kbd:`Win` + :kbd:`N` is configured to launch Notepad. The pound sign
8484
import subprocess
8585
import ahkpy
8686

87-
@ahkpy.hotkey("#n"):
87+
@ahkpy.hotkey("#n")
8888
def run_notepad():
8989
subprocess.Popen(["notepad"])
9090

0 commit comments

Comments
 (0)