Skip to content

Commit

Permalink
Merge pull request #221 from aadibajpai/patch-1
Browse files Browse the repository at this point in the history
[FIX] Fix example with ANSI sequence
  • Loading branch information
wiggin15 authored Apr 23, 2019
2 parents d7a5382 + df2ca5e commit b71bec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ constant shorthand for ANSI escape sequences:
.. code-block:: python
print('\033[31m' + 'some red text')
print('\033[30m') # and reset to default color
print('\033[39m') # and reset to default color
...or, Colorama can be used happily in conjunction with existing ANSI libraries
such as Termcolor:
Expand Down

0 comments on commit b71bec9

Please sign in to comment.