]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove redundant words from interpreter_definition.md. (GH-103455)
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Apr 2023 20:30:05 +0000 (15:30 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 20:30:05 +0000 (15:30 -0500)
Tools/cases_generator/interpreter_definition.md

index c7bd38d32ff41156055acfe5186ea156a9f318c5..6f902f60c68ee7d56820ab91694fcb6a7b22f4e7 100644 (file)
@@ -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