Skip to content

Commit 06e7787

Browse files
authored
Merge pull request #5430 from TomJGooding/docs-actions-fix-namespaces-example
docs(action): fix namespaces code example
2 parents 428118b + 9827d7a commit 06e7787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/guide/actions/actions05.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
TEXT = """
55
[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[/]
6+
[@click=set_background('cyan')]Cyan[/]
7+
[@click=set_background('magenta')]Magenta[/]
8+
[@click=set_background('yellow')]Yellow[/]
99
"""
1010

1111

0 commit comments

Comments
 (0)