From d9596f1bb261ef52dd04d3983d495df3cb0b4828 Mon Sep 17 00:00:00 2001 From: shreenidhi-umashankar <23f3003614@ds.study.iitm.ac.in> Date: Sun, 29 Mar 2026 11:40:16 +0530 Subject: [PATCH] Improve wording in glossary for clarity --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 6151143a97b420..a4ed07cb679ac2 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -10,7 +10,7 @@ Glossary ``>>>`` The default Python prompt of the :term:`interactive` shell. Often - seen for code examples which can be executed interactively in the + seen in code examples that can be executed interactively in the interpreter. ``...``