Typo in readme example ref #115

This commit is contained in:
Bahattin Cinic
2015-01-02 23:57:17 +02:00
parent e3f283ed6e
commit f06e164fc6
+1 -1
View File
@@ -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