We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82abbf0 commit 27ae9acCopy full SHA for 27ae9ac
1 file changed
Doc/library/idle.rst
@@ -102,9 +102,9 @@ Close Window
102
to save your work. If there is an unsaved Shell, you will be asked whether
103
you want to quit execution.
104
105
- In the Shell, you can call ``exit()`` and ``quit()`` to close the Shell.
+ In the Shell, you can call ``exit()`` or ``quit()`` to close the Shell.
106
If the :ref:`new interactive interpreter <tut-interac>` is enabled,
107
- IDLE also supports using ``exit`` and ``quit`` without the need to call them
+ IDLE also supports using ``exit`` or ``quit`` without the need to call them
108
as functions. If this is the only window, closing it will also exit IDLE.
109
110
Exit IDLE
0 commit comments