[Python-checkins] Remove redundant words from interpreter_definition.md. (GH-103455)

benjaminp webhook-mailer at python.org
Tue Apr 11 16:30:12 EDT 2023


https://github.com/python/cpython/commit/96663875b2ea55c65e83551cdb741bbcdcaa7f21
commit: 96663875b2ea55c65e83551cdb741bbcdcaa7f21
branch: main
author: Benjamin Peterson <benjamin at python.org>
committer: benjaminp <benjamin at locrian.net>
date: 2023-04-11T15:30:05-05:00
summary:

Remove redundant words from interpreter_definition.md. (GH-103455)

files:
M Tools/cases_generator/interpreter_definition.md

diff --git a/Tools/cases_generator/interpreter_definition.md b/Tools/cases_generator/interpreter_definition.md
index c7bd38d32ff4..6f902f60c68e 100644
--- a/Tools/cases_generator/interpreter_definition.md
+++ b/Tools/cases_generator/interpreter_definition.md
@@ -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



More information about the Python-checkins mailing list