Skip to content

Commit f8d9cb1

Browse files
authored
Fix Windows path in venv docs (GH-138476)
1 parent 007bc5f commit f8d9cb1

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
@@ -78,7 +78,7 @@ It also creates a :file:`bin` (or :file:`Scripts` on Windows) subdirectory
7878
containing a copy or symlink of the Python executable
7979
(as appropriate for the platform or arguments used at environment creation time).
8080
It also creates a :file:`lib/pythonX.Y/site-packages` subdirectory
81-
(on Windows, this is :file:`Lib\site-packages`).
81+
(on Windows, this is :file:`Lib\\site-packages`).
8282
If an existing directory is specified, it will be re-used.
8383

8484
.. versionchanged:: 3.5

0 commit comments

Comments
 (0)