]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Docs: Fix typo in the pymanager command name (GH-153877) (GH-153961)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 13:35:02 +0000 (15:35 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 13:35:02 +0000 (13:35 +0000)
(cherry picked from commit 32cfc88d6a5561c510a0d7bb954251e39b598dd5)

Co-authored-by: Sam Katakouzinos <sam.katakouzinos@gmail.com>
Doc/using/windows.rst

index f1db201f679f7443ddc1a12b17bcb2527f3351df..46eebaebd5d7f3db37bcb51500d77df811b03205 100644 (file)
@@ -130,7 +130,7 @@ difference between the two commands is when running without any arguments:
 help (``pymanager exec ...`` provides equivalent behaviour to ``py ...``).
 
 Each of these commands also has a windowed version that avoids creating a
-console window. These are ``pyw``, ``pythonw`` and ``pymanagerw``. A ``python3``
+console window. These are ``pyw``, ``pythonw`` and ``pywmanager``. A ``python3``
 command is also included that mimics the ``python`` command. It is intended to
 catch accidental uses of the typical POSIX command on Windows, but is not meant
 to be widely used or recommended.