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. ``...``