[3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113) (GH-23232)

It was added in 3.9, not 3.8.
This commit is contained in:
Zackery Spytz 2020-11-10 16:06:34 -07:00 committed by GitHub
parent 14a343a9af
commit f8bea0a44d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ The command, if run with ``-h``, will show the available options::
Once an environment has been created, you may wish to activate it, e.g. by Once an environment has been created, you may wish to activate it, e.g. by
sourcing an activate script in its bin directory. sourcing an activate script in its bin directory.
.. versionchanged:: 3.8 .. versionchanged:: 3.9
Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
.. versionchanged:: 3.4 .. versionchanged:: 3.4