- commit
- 9e64b38ac00475e1cb319d98c3bcd51077c0eff0
- parent
- c3e3a42be4c3b1a37622792fade73f4b64bfc9d4
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-07 19:53
pep8
Diffstat
| M | README.rst | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
@@ -21,7 +21,7 @@ Example 21 21 :: 22 22 23 23 import sys24 -1 from dirtywords import Screen, Window, AttrString-1 24 from dirtywords import Screen, AttrString 25 25 26 26 text = AttrString(u'Hello World!', fg_color=(0, 255, 0)) 27 27 screen = Screen(3, len(text) + 4)