mirror of
https://github.com/kennethreitz/crayons.git
synced 2026-06-05 23:10:18 +00:00
Update README.rst
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ Usage is simple
|
||||
::
|
||||
|
||||
# red is red, white is white.
|
||||
>>> print '{red} white'.format(red=crayons.red('red'))
|
||||
>>> print '{} white'.format(crayons.red('red'))
|
||||
red white
|
||||
|
||||
That's it!
|
||||
|
||||
Reference in New Issue
Block a user