summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2018-12-05 16:45:30 -0300
committerSerhiy Storchaka <storchaka@gmail.com>2018-12-05 21:45:30 +0200
commit55f41e45b4318cbe19209f5144641344d0049fb8 (patch)
treeec0b6422a595cf8cfbae67d0525f6644b9314833 /Doc/using
parent1ce853f37783575e2b3aaa159ddcebc8660830ef (diff)
downloadcpython-git-55f41e45b4318cbe19209f5144641344d0049fb8.tar.gz
Correct a couple of unbalanced parenthesis. (GH-10779)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/windows.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index e93fa0a78d..296d51b5a5 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^