diff -r afb1b4797419 Lib/dis.py --- a/Lib/dis.py Tue Aug 20 22:09:41 2013 +0200 +++ b/Lib/dis.py Wed Aug 21 10:56:01 2013 +0800 @@ -146,7 +146,7 @@ return "\n".join(lines) def show_code(co, *, file=None): - """Print details of methods, functions, or code to stdout.""" + """Print details of methods, functions, or code.""" print(code_info(co), file=file) _Instruction = collections.namedtuple("_Instruction",