Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use recent Python version
  • Loading branch information
nineteendo authored May 17, 2024
commit 4883d249134f212776ba1c920192889104facb5f
4 changes: 2 additions & 2 deletions Doc/tutorial/venv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Creating Virtual Environments
The module used to create and manage virtual environments is called
:mod:`venv`. :mod:`venv` will install the Python version from which
the command was run (as reported by the :option:`--version` option).
For instance, excuting the command with ``python3.8`` will install
version 3.8.
For instance, excuting the command with ``python3.12`` will install
version 3.12.

To create a virtual environment, decide upon a directory where you want to
place it, and run the :mod:`venv` module as a script with the directory path::
Expand Down