summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-05 12:15:54 -0800
committerGitHub <noreply@github.com>2018-12-05 12:15:54 -0800
commit349d9910b225f2425391b754f36579b6988e2882 (patch)
treeafebf7f3cfa774297dfaf2e7315806cc5fc9d3e5 /Doc/using
parentd2c7c1f7681bee77b221fb645a15a548bb3dd745 (diff)
downloadcpython-git-349d9910b225f2425391b754f36579b6988e2882.tar.gz
Correct a couple of unbalanced parenthesis. (GH-10779)
(cherry picked from commit 55f41e45b4318cbe19209f5144641344d0049fb8) Co-authored-by: Andre Delfino <adelfino@gmail.com>
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 3ed39e64ad..087ab6f487 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^