mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-133412: amend docs for the inst
definition (#133708)
The `stack_effect` is incorrectly documented as being allowed to be optional.
This commit is contained in:
parent
8054184f9f
commit
f77dac66e1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ and a piece of C code describing its semantics:
|
|||
(definition | family | pseudo)+
|
||||
|
||||
definition:
|
||||
"inst" "(" NAME ["," stack_effect] ")" "{" C-code "}"
|
||||
"inst" "(" NAME "," stack_effect ")" "{" C-code "}"
|
||||
|
|
||||
"op" "(" NAME "," stack_effect ")" "{" C-code "}"
|
||||
|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue