mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
parent
d4e382ba31
commit
7f86c769db
17 changed files with 21 additions and 21 deletions
|
|
@ -38,7 +38,7 @@ 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.12`` will install
|
||||
For instance, executing the command with ``python3.12`` will install
|
||||
version 3.12.
|
||||
|
||||
To create a virtual environment, decide upon a directory where you want to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue