diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/venv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index dcea49f..91be8f8 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` -------------- |