mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
Syntax cleanup.
This commit is contained in:
parent
3f8ab965f7
commit
02ea12b291
7 changed files with 9 additions and 11 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue