Skip to content

Commit 63f3320

Browse files
committed
Update test.py
1 parent eff8e5c commit 63f3320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def action_bar(msg='', times=1):
1818
msg -- a message
1919
times -- number
2020
"""
21-
print 'action_lee called with arguments msg: %s, times: %s' %(msg, times)
21+
print 'action_bar called with arguments msg: %s, times: %s' %(msg, times)
2222

2323

2424
if __name__ == '__main__':

0 commit comments

Comments
 (0)