Skip to content

Commit

Permalink
Merge pull request #353 from LqdBcnAtWork/patch-1
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
tartley committed Oct 17, 2022
2 parents 60e1f54 + 8c4a618 commit ab64cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo06.py
Expand Up @@ -9,7 +9,7 @@
# Demonstrate printing colored, random characters at random positions on the screen

# Fore, Back and Style are convenience classes for the constant ANSI strings that set
# the foreground, background and style. The don't have any magic of their own.
# the foreground, background and style. They don't have any magic of their own.
FORES = [ Fore.BLACK, Fore.RED, Fore.GREEN, Fore.YELLOW, Fore.BLUE, Fore.MAGENTA, Fore.CYAN, Fore.WHITE ]
BACKS = [ Back.BLACK, Back.RED, Back.GREEN, Back.YELLOW, Back.BLUE, Back.MAGENTA, Back.CYAN, Back.WHITE ]
STYLES = [ Style.DIM, Style.NORMAL, Style.BRIGHT ]
Expand Down

0 comments on commit ab64cfa

Please sign in to comment.