]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Fix Windows path in `venv` docs (GH-138478)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Sep 2025 20:22:05 +0000 (22:22 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 20:22:05 +0000 (20:22 +0000)
(cherry picked from commit f8d9cb140726a0167c9f733c706b834a7d273476)

Doc/library/venv.rst

index 224f497dde7c6522670725ebeeffbdc79a4182eb..bb1f73115516596873dbf896d116b475676ba7dc 100644 (file)
@@ -75,7 +75,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