You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ virtualenv
30
30
:target:https://pypistats.org/packages/virtualenv
31
31
:alt:Package popularity
32
32
33
-
``virtualenv`` is a tool to create isolated Python environments.
33
+
``virtualenv`` is a tool to create isolated Python environments.
34
34
35
35
virtualenv vs venv
36
36
------------
@@ -64,7 +64,7 @@ libraries either).
64
64
65
65
Compatibility
66
66
------------
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+.
68
68
69
69
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:
0 commit comments