mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +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 @@ ### Syntax
|
|||
(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