mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[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 e7741dd773)
Co-authored-by: Tim Golden <mail@timgolden.me.uk>
This commit is contained in:
parent
10cd1aafc4
commit
f3f22f9f51
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue