]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix typo in the pymanager command name (GH-153877)
authorSam Katakouzinos <sam.katakouzinos@gmail.com>
Sat, 18 Jul 2026 13:27:59 +0000 (23:27 +1000)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 13:27:59 +0000 (09:27 -0400)
Doc/using/windows.rst

index e48de587598e5fe778d9463eeb86764ddebcf4f2..5bec0c57b12214b265d3657b366980ed0adad33d 100644 (file)
@@ -128,7 +128,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.