https://github.com/python/cpython/commit/9fcc97f97d16a900ffc829b3794c840cc71498bc commit: 9fcc97f97d16a900ffc829b3794c840cc71498bc branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity <[email protected]> date: 2026-07-18T13:35:02Z summary:
[3.14] Docs: Fix typo in the pymanager command name (GH-153877) (GH-153961) (cherry picked from commit 32cfc88d6a5561c510a0d7bb954251e39b598dd5) Co-authored-by: Sam Katakouzinos <[email protected]> files: M Doc/using/windows.rst diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index f1db201f679f744..46eebaebd5d7f3d 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
