Skip to content

Commit a62b59a

Browse files
[3.13] Fix Windows path in venv docs (pythonGH-138478)
(cherry picked from commit f8d9cb1)
1 parent 826d4eb commit a62b59a

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)