changeset 5:0a800613af9a

textshaper/main.py
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 Sep 2013 02:02:36 -0700
parents 26bb5e99f76c
children 6e382347af17
files textshaper/main.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/textshaper/main.py	Tue Sep 24 16:43:06 2013 -0700
+++ b/textshaper/main.py	Thu Sep 26 02:02:36 2013 -0700
@@ -11,7 +11,7 @@
 import sys
 import time
 
-def display(content)
+def display(content):
     print content
     print '--'
     nlines = len(content.splitlines())