[3.13] Fix Windows path in venv docs (GH-138478)

(cherry picked from commit f8d9cb1407)
This commit is contained in:
Miss Islington (bot) 2025-09-03 22:22:05 +02:00 committed by GitHub
parent 826d4ebfb5
commit a62b59a96e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ It also creates a :file:`bin` (or :file:`Scripts` on Windows) subdirectory
containing a copy or symlink of the Python executable
(as appropriate for the platform or arguments used at environment creation time).
It also creates a :file:`lib/pythonX.Y/site-packages` subdirectory
(on Windows, this is :file:`Lib\site-packages`).
(on Windows, this is :file:`Lib\\site-packages`).
If an existing directory is specified, it will be re-used.
.. versionchanged:: 3.5