We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
venv
1 parent 826d4eb commit a62b59aCopy full SHA for a62b59a
Doc/library/venv.rst
@@ -75,7 +75,7 @@ It also creates a :file:`bin` (or :file:`Scripts` on Windows) subdirectory
75
containing a copy or symlink of the Python executable
76
(as appropriate for the platform or arguments used at environment creation time).
77
It also creates a :file:`lib/pythonX.Y/site-packages` subdirectory
78
-(on Windows, this is :file:`Lib\site-packages`).
+(on Windows, this is :file:`Lib\\site-packages`).
79
If an existing directory is specified, it will be re-used.
80
81
.. versionchanged:: 3.5
0 commit comments