Skip to content

Commit 32f04aa

Browse files
zwaremiss-islington
authored andcommitted
Fix Windows path in venv docs (pythonGH-138476)
(cherry picked from commit f8d9cb1) Co-authored-by: Zachary Ware <[email protected]>
1 parent 826d4eb commit 32f04aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/venv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ It also creates a :file:`bin` (or :file:`Scripts` on Windows) subdirectory
7575
containing a copy or symlink of the Python executable
7676
(as appropriate for the platform or arguments used at environment creation time).
7777
It also creates a :file:`lib/pythonX.Y/site-packages` subdirectory
78-
(on Windows, this is :file:`Lib\site-packages`).
78+
(on Windows, this is :file:`Lib\\site-packages`).
7979
If an existing directory is specified, it will be re-used.
8080

8181
.. versionchanged:: 3.5

0 commit comments

Comments
 (0)