Skip to content

Commit 27ae9ac

Browse files
authored
and → or
1 parent 82abbf0 commit 27ae9ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/idle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ Close Window
102102
to save your work. If there is an unsaved Shell, you will be asked whether
103103
you want to quit execution.
104104

105-
In the Shell, you can call ``exit()`` and ``quit()`` to close the Shell.
105+
In the Shell, you can call ``exit()`` or ``quit()`` to close the Shell.
106106
If the :ref:`new interactive interpreter <tut-interac>` is enabled,
107-
IDLE also supports using ``exit`` and ``quit`` without the need to call them
107+
IDLE also supports using ``exit`` or ``quit`` without the need to call them
108108
as functions. If this is the only window, closing it will also exit IDLE.
109109

110110
Exit IDLE

0 commit comments

Comments
 (0)