We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bca3f commit 24666f1Copy full SHA for 24666f1
Doc/library/sys_path_init.rst
@@ -96,11 +96,10 @@ Please refer to :mod:`site`'s
96
97
.. note::
98
99
- There are other ways how "virtual environments" could be implemented, this
100
- documentation refers implementations based on the ``pyvenv.cfg`` mechanism,
101
- such as :mod:`venv`. Most virtual environment implementations follow the
102
- model set by :mod:`venv`, but there may be exotic implementations that
103
- diverge from it.
+ There are many ways how "virtual environments" could be implemented.
+ This documentation refers to implementations based on the ``pyvenv.cfg``
+ mechanism, such as :mod:`venv`, that many virtual environment implementations
+ follow.
104
105
_pth files
106
----------
0 commit comments