Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #133 from bahattincinic/readme
Browse files Browse the repository at this point in the history
Typo in readme example ref #115
  • Loading branch information
kennethreitz committed Jan 9, 2015
2 parents 1162b46 + f06e164 commit 9392b77
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 @@ -74,7 +74,7 @@ I want to quote my console text (like email). ::

I want to color my console text. ::

>>> from clint.textui import colored
>>> from clint.textui import colored, puts

>>> puts(colored.red('red text'))
red text
Expand Down

0 comments on commit 9392b77

Please sign in to comment.