8000 Fix pickletools doc for NEWFALSE · python/cpython@2da1c82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2da1c82

Browse files
committed
Fix pickletools doc for NEWFALSE
1 parent ffef50f commit 2da1c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pickletools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ def __init__(self, name, code, arg,
13351335
stack_before=[],
13361336
stack_after=[pybool],
13371337
proto=2,
1338-
doc="""True.
1338+
doc="""False.
13391339
13401340
Push False onto the stack."""),
13411341

0 commit comments

Comments
 (0)
0