From aaca217393ebdb0a78188d6afddaadca83a828fa Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 3 Mar 2025 15:46:01 -0600 Subject: [PATCH] Fix Windows path in `venv` docs --- Doc/library/venv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index de427fbafe71dc..b0eb8ee18fa25f 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -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