summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/pickletools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pickletools.py b/Lib/pickletools.py
index 195f5c6..d7c1a7d 100644
--- a/Lib/pickletools.py
+++ b/Lib/pickletools.py
@@ -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.
'''