From ed1b7edb82e2e4ca9a097784cd3af5574181d14b Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Sat, 10 May 2025 12:28:53 +0100 Subject: [PATCH] Tiny fix to double up backslashes in a Windows filesystem path --- 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 c084392ca66d55..411a4092a8c460 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -91,7 +91,7 @@ When you first install a runtime, you will likely be prompted to add a directory to your :envvar:`PATH`. This is optional, if you prefer to use the ``py`` command, but is offered for those who prefer the full range of aliases (such as ``python3.14.exe``) to be available. The directory will be -:file:`%LocalAppData%\Python\bin` by default, but may be customized by an +:file:`%LocalAppData%\\Python\\bin` by default, but may be customized by an administrator. Click Start and search for "Edit environment variables for your account" for the system settings page to add the path.