Skip to content

Commit 77d04bf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5fcf8fa commit 77d04bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Currently, there are two common tools for creating Python virtual environments:
228228
(Python versions prior to 3.12 also installed :ref:`setuptools`).
229229
* :ref:`virtualenv` needs to be installed separately, but supports Python 2.7+
230230
and Python 3.3+, and :ref:`pip`, :ref:`setuptools` and :ref:`wheel` are
231-
installed into created virtual environments by default. Note that ``setuptools`` is no longer
231+
installed into created virtual environments by default. Note that ``setuptools`` is no longer
232232
included by default starting with Python 3.12 (and ``virtualenv`` follows this behavior).
233233

234234
The basic usage is like so:

0 commit comments

Comments
 (0)