Skip to content

Commit

Permalink
Update 2to3 output to use string substitution.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport committed Feb 28, 2012
1 parent a0301ee commit 6e31ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def output(arg):
print("MANUAL: arg=", arg)
print("MANUAL: arg=%s" % arg)


def main():
Expand Down

0 comments on commit 6e31ee3

Please sign in to comment.