Correct a couple of unbalanced parenthesis. (GH-10779)

This commit is contained in:
Andre Delfino 2018-12-05 16:45:30 -03:00 committed by Serhiy Storchaka
parent 1ce853f377
commit 55f41e45b4
11 changed files with 15 additions and 15 deletions

View file

@ -613,11 +613,11 @@ user's "application data" directory (i.e. the directory returned by calling the
Windows function ``SHGetFolderPath`` with ``CSIDL_LOCAL_APPDATA``) and ``py.ini`` in the
same directory as the launcher. The same .ini files are used for both the
'console' version of the launcher (i.e. py.exe) and for the 'windows' version
(i.e. pyw.exe)
(i.e. pyw.exe).
Customization specified in the "application directory" will have precedence over
the one next to the executable, so a user, who may not have write access to the
.ini file next to the launcher, can override commands in that global .ini file)
.ini file next to the launcher, can override commands in that global .ini file.
Customizing default Python versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^