diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 5e129b5b56373b8..c0415ec46b768f5 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -1354,9 +1354,7 @@ def __init__(self, name, code, arg, stack_before=[], stack_after=[pybool], proto=2, - doc="""True. - - Push True onto the stack."""), + doc="Push True onto the stack."), I(name='NEWFALSE', code='\x89', @@ -1364,9 +1362,7 @@ def __init__(self, name, code, arg, stack_before=[], stack_after=[pybool], proto=2, - doc="""True. - - Push False onto the stack."""), + doc="Push False onto the stack."), # Ways to spell Unicode strings.