Skip to content

Commit

Permalink
Update example.py
Browse files Browse the repository at this point in the history
fixed formatting
  • Loading branch information
AlexStratou committed Sep 7, 2024
1 parent cd2ac9c commit 97b19d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# Custom Full-Style
myFullStyle = raia.FullStyle(foreground=raia.Violet, background=(
0, 80, 180), style=myStyle)
0, 80, 180), style=myStyle)
myFullStyle.fprint('This is a custom fully styled text.')

# Default keys
Expand Down

0 comments on commit 97b19d7

Please sign in to comment.