Skip to content

Commit 8f1fed2

Browse files
committed
Sentence case headings
1 parent a18843d commit 8f1fed2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Doc/using/windows.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages.
6060
.. _windows-path-mod:
6161
.. _launcher:
6262

63-
Python Install Manager
63+
Python install manager
6464
======================
6565

6666
Installation
@@ -103,7 +103,7 @@ Windows Server 2019, please see :ref:`pymanager-advancedinstall` below for more
103103
information.
104104

105105

106-
Basic Use
106+
Basic use
107107
---------
108108

109109
The recommended command for launching Python is ``python``, which will either
@@ -193,7 +193,7 @@ installed if automatic installation is configured (most likely by setting
193193
``pymanager exec`` forms of the command were used.
194194

195195

196-
Command Help
196+
Command help
197197
------------
198198

199199
The ``py help`` command will display the full list of supported commands, along
@@ -218,7 +218,7 @@ override multiple settings at once. See :ref:`pymanager-config` below for more
218218
information about these files.
219219

220220

221-
Listing Runtimes
221+
Listing runtimes
222222
----------------
223223

224224
.. code::
@@ -259,7 +259,7 @@ For compatibility with the old launcher, the ``--list``, ``--list-paths``,
259259
additional options, and will produce legacy formatted output.
260260

261261

262-
Installing Runtimes
262+
Installing runtimes
263263
-------------------
264264

265265
.. code::
@@ -298,7 +298,7 @@ useful for embedding runtimes into larger applications.
298298
299299
.. _pymanager-offline:
300300

301-
Offline Installs
301+
Offline installs
302302
----------------
303303

304304
To perform offline installs of Python, you will need to first create an offline
@@ -330,7 +330,7 @@ In this way, Python runtimes can be installed and managed on a machine without
330330
access to the internet.
331331

332332

333-
Uninstalling Runtimes
333+
Uninstalling runtimes
334334
---------------------
335335

336336
.. code::
@@ -541,7 +541,7 @@ configuration option.
541541

542542
.. _pymanager-advancedinstall:
543543

544-
Advanced Installation
544+
Advanced installation
545545
---------------------
546546

547547
For situations where an MSIX cannot be installed, such as some older
@@ -635,7 +635,7 @@ the Store package in this way.
635635

636636
.. _pymanager-admin-config:
637637

638-
Administrative Configuration
638+
Administrative configuration
639639
----------------------------
640640

641641
There are a number of options that may be useful for administrators to override
@@ -726,7 +726,7 @@ directory containing the configuration file that specified them.
726726

727727
.. _install-freethreaded-windows:
728728

729-
Installing Free-threaded Binaries
729+
Installing free-threaded binaries
730730
---------------------------------
731731

732732
.. versionadded:: 3.13 (Experimental)
@@ -885,7 +885,7 @@ versions before providing updates to users.
885885

886886
The two recommended use cases for this distribution are described below.
887887

888-
Python Application
888+
Python application
889889
------------------
890890

891891
An application written in Python does not necessarily require users to be aware
@@ -1046,7 +1046,7 @@ please install Python 3.12.
10461046

10471047
.. _max-path:
10481048

1049-
Removing the MAX_PATH Limitation
1049+
Removing the MAX_PATH limitation
10501050
================================
10511051

10521052
Windows historically has limited path lengths to 260 characters. This meant that
@@ -1332,7 +1332,7 @@ installation". In this case:
13321332
* Shortcuts are available for all users
13331333

13341334

1335-
Removing the MAX_PATH Limitation
1335+
Removing the MAX_PATH limitation
13361336
--------------------------------
13371337

13381338
Windows historically has limited path lengths to 260 characters. This meant that
@@ -1355,7 +1355,7 @@ After changing the above option, no further configuration is required.
13551355

13561356
.. _install-quiet-option:
13571357

1358-
Installing Without UI
1358+
Installing without UI
13591359
---------------------
13601360

13611361
All of the options available in the installer UI can also be specified from the
@@ -1504,7 +1504,7 @@ example file sets the same options as the previous example:
15041504
15051505
.. _install-layout-option:
15061506

1507-
Installing Without Downloading
1507+
Installing without downloading
15081508
------------------------------
15091509

15101510
As some features of Python are not included in the initial installer download,
@@ -1545,7 +1545,7 @@ settings and replace any that have been removed or modified.
15451545
:ref:`launcher`, which has its own entry in Programs and Features.
15461546

15471547

1548-
Installing Free-threaded Binaries
1548+
Installing free-threaded binaries
15491549
---------------------------------
15501550

15511551
.. versionadded:: 3.13 (Experimental)
@@ -1585,7 +1585,7 @@ builds.
15851585
Free-threaded binaries are also available :ref:`on nuget.org <windows-nuget>`.
15861586

15871587

1588-
Python Launcher for Windows (Deprecated)
1588+
Python launcher for Windows (deprecated)
15891589
========================================
15901590

15911591
.. deprecated:: 3.14
@@ -1737,7 +1737,7 @@ have the script specify the version which should be used.
17371737
The key benefit of this is that a single launcher can support multiple Python
17381738
versions at the same time depending on the contents of the first line.
17391739

1740-
Shebang Lines
1740+
Shebang lines
17411741
-------------
17421742

17431743
If the first line of a script file starts with ``#!``, it is known as a
@@ -1949,7 +1949,7 @@ should allow you to see what versions of Python were located, why a
19491949
particular version was chosen and the exact command-line used to execute the
19501950
target Python. It is primarily intended for testing and debugging.
19511951

1952-
Dry Run
1952+
Dry run
19531953
-------
19541954

19551955
If an environment variable :envvar:`!PYLAUNCHER_DRYRUN` is set (to any value),

0 commit comments

Comments
 (0)