From 391dbc85639bff2ee6fa7bacb2743ae0545d21f7 Mon Sep 17 00:00:00 2001 From: Sam Katakouzinos Date: Sat, 18 Jul 2026 10:30:30 +1000 Subject: [PATCH] doc: typo: Fix pymanager windowed command name in doc Corrected the name of the windowed pymanager command from 'pymanagerw' to 'pywmanager'. pywmanager is the valid name. --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index e48de587598e5f..5bec0c57b12214 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -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.