Skip to content

Commit 15bbae7

Browse files
Fix typos & formatting in Using Python on Windows doc (GH-8559)
(cherry picked from commit 8e7e8bd) Co-authored-by: Segev Finer <[email protected]>
1 parent 05a10b6 commit 15bbae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/using/windows.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ of available options is shown below.
147147
| | ``.pyc``. | |
148148
+---------------------------+--------------------------------------+--------------------------+
149149
| PrependPath | Add install and Scripts directories | 0 |
150-
| | tho :envvar:`PATH` and ``.PY`` to | |
150+
| | to :envvar:`PATH` and ``.PY`` to | |
151151
| | :envvar:`PATHEXT` | |
152152
+---------------------------+--------------------------------------+--------------------------+
153153
| Shortcuts | Create shortcuts for the interpreter,| 1 |
@@ -210,7 +210,7 @@ The options listed above can also be provided in a file named ``unattend.xml``
210210
alongside the executable. This file specifies a list of options and values.
211211
When a value is provided as an attribute, it will be converted to a number if
212212
possible. Values provided as element text are always left as strings. This
213-
example file sets the same options and the previous example:
213+
example file sets the same options as the previous example:
214214

215215
.. code-block:: xml
216216
@@ -610,7 +610,7 @@ Customization via INI files
610610

611611
Two .ini files will be searched by the launcher - ``py.ini`` in the current
612612
user's "application data" directory (i.e. the directory returned by calling the
613-
Windows function SHGetFolderPath with CSIDL_LOCAL_APPDATA) and ``py.ini`` in the
613+
Windows function ``SHGetFolderPath`` with ``CSIDL_LOCAL_APPDATA``) and ``py.ini`` in the
614614
same directory as the launcher. The same .ini files are used for both the
615615
'console' version of the launcher (i.e. py.exe) and for the 'windows' version
616616
(i.e. pyw.exe)
@@ -816,7 +816,7 @@ following advice will prevent conflicts with other installations:
816816
These will ensure that the files in a system-wide installation will not take
817817
precedence over the copy of the standard library bundled with your application.
818818
Otherwise, your users may experience problems using your application. Note that
819-
the first suggestion is the best, as the other may still be susceptible to
819+
the first suggestion is the best, as the others may still be susceptible to
820820
non-standard paths in the registry and user site-packages.
821821

822822
.. versionchanged::

0 commit comments

Comments
 (0)