summaryrefslogtreecommitdiff
path: root/igor.py
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
commitf8a4ce6be6629907dd88a8e34e29dea7f26dd806 (patch)
tree2c7ed6adb01fef96120a70bfa291c02a562b29e6 /igor.py
parent1970942823f7d51549337a77d3b43dbc08f548b2 (diff)
downloadpython-coveragepy-git-f8a4ce6be6629907dd88a8e34e29dea7f26dd806.tar.gz
py3...
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index a0ddcb8e..bef1c934 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):