Skip to content

Commit

Permalink
Merge pull request #5430 from TomJGooding/docs-actions-fix-namespaces…
Browse files Browse the repository at this point in the history
…-example

docs(action): fix namespaces code example
  • Loading branch information
willmcgugan authored Jan 7, 2025
2 parents 428118b + 9827d7a commit 06e7787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/guide/actions/actions05.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

TEXT = """
[b]Set your background[/b]
[@click=app.set_background('cyan')]Cyan[/]
[@click=app.set_background('magenta')]Magenta[/]
[@click=app.set_background('yellow')]Yellow[/]
[@click=set_background('cyan')]Cyan[/]
[@click=set_background('magenta')]Magenta[/]
[@click=set_background('yellow')]Yellow[/]
"""


Expand Down

0 comments on commit 06e7787

Please sign in to comment.