mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 23:00:18 +00:00
Typo in readme example ref #115
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user