[3.14] Fix Windows path in venv docs (GH-138476) (#138477)

Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
Miss Islington (bot) 2025-09-11 10:50:01 +02:00 committed by GitHub
parent 3643a26a01
commit 7fba07a7a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,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