Skip to content

Commit 3e08f53

Browse files
pre-commit-ci[bot]gaborbernat
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci Signed-off-by: Bernát Gábor <[email protected]>
1 parent 1cca630 commit 3e08f53

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ 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
36-
------------
36+
------------------
3737

3838
Since Python ``3.3``, a subset of it has been
3939
integrated into the standard library under the `venv module <https://docs.python.org/3/library/venv.html>`_. The
@@ -46,7 +46,7 @@ integrated into the standard library under the `venv module <https://docs.python
4646
- does not have as rich programmatic API (describe virtual environments without creating them).
4747

4848
Concept and purpose of virtualenv
49-
------------
49+
---------------------------------
5050

5151
The basic problem being addressed is one of dependencies and versions, and indirectly permissions.
5252
Imagine you have an application that needs version ``1`` of ``LibFoo``, but another application requires version
@@ -63,8 +63,9 @@ libraries either).
6363

6464

6565
Compatibility
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+.
66+
-------------
67+
68+
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+.
6869

6970
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:
7071

0 commit comments

Comments
 (0)