Commit d0c53fed authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add argument to docstring

parent 049e7aaa
......@@ -6,7 +6,7 @@ can be found here. Some functions meant for external use:
genops(pickle)
Generate all the opcodes in a pickle, as (opcode, arg, position) triples.
dis(pickle, out=None, indentlevel=4)
dis(pickle, out=None, memo=None, indentlevel=4)
Print a symbolic disassembly of a pickle.
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment