Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9666387

Browse files
authored
Remove redundant words from interpreter_definition.md. (GH-103455)
1 parent 9db2db4 commit 9666387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/cases_generator/interpreter_definition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

139139
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.
143143

144144
An `inst` without `stack_effect` is a transitional form to allow the original C code
145145
definitions to be copied. It lacks information to generate anything other than the

0 commit comments

Comments
 (0)