Skip to content

Commit 16cd84f

Browse files
committed
Link to Python standard library
1 parent d650a08 commit 16cd84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,5 +982,5 @@ virtualenv
982982
Since Python 3.3, a subset of it has been integrated into the standard library under the {term}`venv` module.
983983
984984
venv
985-
The `venv` module in the Python standard library supports creating lightweight {term}`virtual environment`s, each with their own independent set of Python packages installed in their {file}`site-packages` directories.
985+
The {mod}`venv` module in the Python standard library supports creating lightweight {term}`virtual environment`s, each with their own independent set of Python packages installed in their {file}`site-packages` directories.
986986
```

0 commit comments

Comments
 (0)