summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-24 17:19:40 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-24 17:19:40 -0500
commitaa49bd6b32a29c78a41f8ddcfae6bfb376e8baa0 (patch)
tree816be162167c7a221d7d4f2d7594bfff3da398e6
parent88f237651eea7a93eef2bc08132298deb8b2b8f6 (diff)
downloadpython-coveragepy-aa49bd6b32a29c78a41f8ddcfae6bfb376e8baa0.tar.gz
py3...
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index a0ddcb8..bef1c93 100644
--- a/igor.py
+++ b/igor.py
@@ -129,7 +129,7 @@ def do_help(args):
items.sort()
for name, value in items:
if name.startswith('do_'):
- print "%-20s%s" % (name[3:], value.__doc__)
+ print("%-20s%s" % (name[3:], value.__doc__))
def main(args):