[3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
Miss Islington (bot) 2024-05-26 10:20:37 +02:00 committed by GitHub
parent 2404cd9460
commit 3f0198d927
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 23 additions and 23 deletions

View file

@ -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