File tree 1 file changed +3
-3
lines changed 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:
137
137
` foo_1 ` is legal. ` $ ` is not legal, nor is ` struct ` or ` class ` .
138
138
139
139
The 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.
143
143
144
144
An ` inst ` without ` stack_effect ` is a transitional form to allow the original C code
145
145
definitions to be copied. It lacks information to generate anything other than the
You can’t perform that action at this time.
0 commit comments