Skip to content

Commit f0d13c6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ virtualenv
3030
:target: https://pypistats.org/packages/virtualenv
3131
:alt: Package popularity
3232

33-
``virtualenv`` is a tool to create isolated Python environments.
33+
``virtualenv`` is a tool to create isolated Python environments.
3434

3535
virtualenv vs venv
3636
------------
@@ -64,7 +64,7 @@ libraries either).
6464

6565
Compatibility
6666
------------
67-
With the release of virtualenv 20.22, April 2023, (`release note <https://virtualenv.pypa.io/en/latest/changelog.html#v20-22-0-2023-04-19>`__) target interpreters are now limited to Python v. 3.7+.
67+
With the release of virtualenv 20.22, April 2023, (`release note <https://virtualenv.pypa.io/en/latest/changelog.html#v20-22-0-2023-04-19>`__) target interpreters are now limited to Python v. 3.7+.
6868

6969
Trying to use an earlier version will normally result in the target interpreter raising a syntax error. This virtualenv tool will then print some details about the exception and abort, ie no explicit warning about trying to use an outdated/incompatible version. It may look like this:
7070

0 commit comments

Comments
 (0)