8000 fix example missing execution string · pythonarcade/arcade@5513aa6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5513aa6

Browse files
committed
fix example missing execution string
1 parent 61806a6 commit 5513aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcade/examples/gui/exp_restricted_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Example of using experimental UIRestrictedInputText.
22
33
If Arcade and Python are properly installed, you can run this example with:
4-
python -m arcade.examples.gui.own_widgets
4+
python -m arcade.examples.gui.exp_restricted_input
55
"""
66

77
from __future__ import annotations

0 commit comments

Comments
 (0)
0