@@ -681,19 +681,22 @@ clash, or cannot or does not want to run as admin, it might be easiest to
681681completely remove Python and start over.
682682
683683A zombie pythonw.exe process could be a problem. On Windows, use Task
684- Manager to detect and stop one. Sometimes a restart initiated by a program
685- crash or Keyboard Interrupt (control-C) may fail to connect. Dismissing
686- the error box or Restart Shell on the Shell menu may fix a temporary problem.
684+ Manager to check for one and stop it if there is. Sometimes a restart
685+ initiated by a program crash or Keyboard Interrupt (control-C) may fail
686+ to connect. Dismissing the error box or using Restart Shell on the Shell
687+ menu may fix a temporary problem.
687688
688689When IDLE first starts, it attempts to read user configuration files in
689690``~/.idlerc/ `` (~ is one's home directory). If there is a problem, an error
690691message should be displayed. Leaving aside random disk glitches, this can
691- be prevented by never editing the files by hand, using the configuration
692- dialog, under Options, instead Options. Once it happens, the solution may
693- be to delete one or more of the configuration files.
692+ be prevented by never editing the files by hand. Instead, use the
693+ configuration dialog, under Options. Once there is an error in a user
694+ configuration file, the best solution may be to delete it and start over
695+ with the settings dialog.
694696
695697If IDLE quits with no message, and it was not started from a console, try
696- starting from a console (``python -m idlelib ``) and see if a message appears.
698+ starting it from a console or terminal (``python -m idlelib ``) and see if
699+ this results in an error message.
697700
698701Running user code
699702^^^^^^^^^^^^^^^^^
0 commit comments