From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 10 May 2025 13:51:49 +0000 (+0200) Subject: [3.14] Tiny doc fix to double up backslashes in a Windows filesystem path (GH-133828... X-Git-Tag: v3.14.0b2~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3f22f9f513c4d37edb91c202fb0994eacc7692a;p=thirdparty%2FPython%2Fcpython.git [3.14] Tiny doc fix to double up backslashes in a Windows filesystem path (GH-133828) (#133830) Tiny doc fix to double up backslashes in a Windows filesystem path (GH-133828) (cherry picked from commit e7741dd77392ac1fef1e12d86045b0d1d27ec1d9) Co-authored-by: Tim Golden --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index c084392ca66d..411a4092a8c4 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.