Skip to content

Commit 3bfb073

Browse files
committed
Fix documentation typo
Signed-off-by: Filipe Laíns <[email protected]>
1 parent f98ec67 commit 3bfb073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/site.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ added path for configuration files.
5555
:data:`sys.exec_prefix` on :ref:`sys-path-init-virtual-environments`. This is
5656
now done during the :ref:`path initialization <sys-path-init>`. As a result,
5757
under :ref:`sys-path-init-virtual-environments`, :data:`sys.prefix` and
58-
:data:`sys.exec_prefix` no longer depend on the :ref:`site` initialization,
58+
:data:`sys.exec_prefix` no longer depend on the :mod:`site` initialization,
5959
and are therefore unaffected by :option:`-S`.
6060

6161
.. _site-virtual-environments-configuration:

0 commit comments

Comments
 (0)