We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 428118b + 9827d7a commit 06e7787Copy full SHA for 06e7787
docs/examples/guide/actions/actions05.py
@@ -3,9 +3,9 @@
3
4
TEXT = """
5
[b]Set your background[/b]
6
-[@click=app.set_background('cyan')]Cyan[/]
7
-[@click=app.set_background('magenta')]Magenta[/]
8
-[@click=app.set_background('yellow')]Yellow[/]
+[@click=set_background('cyan')]Cyan[/]
+[@click=set_background('magenta')]Magenta[/]
+[@click=set_background('yellow')]Yellow[/]
9
"""
10
11
0 commit comments