]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Tiny doc fix to double up backslashes in a Windows filesystem path (#133828)
authorTim Golden <mail@timgolden.me.uk>
Sat, 10 May 2025 13:45:46 +0000 (14:45 +0100)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 13:45:46 +0000 (13:45 +0000)
Doc/using/windows.rst

index c084392ca66d55df7986c18c6d6506ce735a7667..411a4092a8c460602d99648516ac3a8a763565d0 100644 (file)
@@ -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.