File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ The following definitions may occur:
137137` foo_1 ` is legal. ` $ ` is not legal, nor is ` struct ` or ` class ` .
138138
139139The optional ` type ` in an ` object ` is the C type. It defaults to ` PyObject * ` .
140- The objects before the "--" are the objects on top of the the stack at the start
141- of the instruction. Those after the "--" are the objects on top of the the stack
142- at the end of the instruction.
140+ The objects before the "--" are the objects on top of the stack at the start of
141+ the instruction. Those after the "--" are the objects on top of the stack at the
142+ end of the instruction.
143143
144144An ` inst ` without ` stack_effect ` is a transitional form to allow the original C code
145145definitions to be copied. It lacks information to generate anything other than the
You can’t perform that action at this time.
0 commit comments