Skip to content

Commit

Permalink
Remove redundant words from interpreter_definition.md. (pythonGH-103455)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp authored and aisk committed Apr 18, 2023
1 parent 36b5830 commit 45f9d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/cases_generator/interpreter_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ The following definitions may occur:
`foo_1` is legal. `$` is not legal, nor is `struct` or `class`.

The optional `type` in an `object` is the C type. It defaults to `PyObject *`.
The objects before the "--" are the objects on top of the the stack at the start
of the instruction. Those after the "--" are the objects on top of the the stack
at the end of the instruction.
The objects before the "--" are the objects on top of the stack at the start of
the instruction. Those after the "--" are the objects on top of the stack at the
end of the instruction.

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

0 comments on commit 45f9d1b

Please sign in to comment.