Skip to content

Commit 24666f1

Browse files
committed
DOC: soften language in note
1 parent 62bca3f commit 24666f1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Doc/library/sys_path_init.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@ Please refer to :mod:`site`'s
9696

9797
.. note::
9898

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.
99+
There are many ways how "virtual environments" could be implemented.
100+
This documentation refers to implementations based on the ``pyvenv.cfg``
101+
mechanism, such as :mod:`venv`, that many virtual environment implementations
102+
follow.
104103

105104
_pth files
106105
----------

0 commit comments

Comments
 (0)