From 02ea12b29196ae002e26061eb0afb96db0cf889b Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Wed, 28 Jul 2010 16:39:41 +0000 Subject: Syntax cleanup. --- Lib/pickletools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/pickletools.py') diff --git a/Lib/pickletools.py b/Lib/pickletools.py index e067d7eb01..89a8e5845a 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -733,7 +733,7 @@ pylong = StackObject( pyinteger_or_bool = StackObject( name='int_or_bool', - obtype=(int, int, bool), + obtype=(int, bool), doc="A Python integer object (short or long), or " "a Python bool.") -- cgit v1.2.1