]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix Windows path in `venv` docs (GH-138476)
authorZachary Ware <zach@python.org>
Wed, 3 Sep 2025 20:15:47 +0000 (15:15 -0500)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 20:15:47 +0000 (20:15 +0000)
Doc/library/venv.rst

index de427fbafe71dc280ab1db119c183f53497b1649..b0eb8ee18fa25f71e31a327a2b9211be9a11ad5a 100644 (file)
@@ -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