From: Ned Deily Date: Tue, 11 Jun 2013 21:38:39 +0000 (-0700) Subject: Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. X-Git-Tag: v3.4.0a1~530^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=388612042826d7b5f0a12026a960cbfd62491026;p=thirdparty%2FPython%2Fcpython.git Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index dcea49f5a876..91be8f87ae7d 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -11,7 +11,7 @@ .. versionadded:: 3.3 -**Source code:** :source:`Lib/venv.py` +**Source code:** :source:`Lib/venv` --------------