changeset 13:c3df7dccb02b

STUB: textshaper/main.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Jan 2014 19:33:02 -0800
parents 5b70bbff04b1
children 30f1781024a4
files textshaper/main.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/textshaper/main.py	Sat Jan 25 18:09:48 2014 -0800
+++ b/textshaper/main.py	Fri Jan 31 19:33:02 2014 -0800
@@ -25,7 +25,7 @@
         _info = info(content)
         print (hr)
     print ('; '.join(['{}: {}'.format(key, _info[key])
-                      for key in keys])
+                      for key in keys]))
 
 def add_options(parser):
     """add options to the OptionParser instance"""