From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:50:01 +0000 (+0200) Subject: [3.14] Fix Windows path in `venv` docs (GH-138476) (#138477) X-Git-Tag: v3.14.0rc3~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fba07a7a92463791dba7e5032f3ebee0fdf91fb;p=thirdparty%2FPython%2Fcpython.git [3.14] Fix Windows path in `venv` docs (GH-138476) (#138477) Co-authored-by: Zachary Ware --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index de427fbafe71..b0eb8ee18fa2 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