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 624857e commit 991ac60Copy full SHA for 991ac60
1 file changed
Doc/library/site.rst
@@ -79,9 +79,10 @@ once. Blank lines and lines beginning with ``#`` are skipped. Lines starting
79
with ``import`` (followed by space or tab) are executed.
80
81
.. note::
82
- On Windows, a file whose name has the form :file:`._pth` is handled
83
- differently; it is used by the Windows-only "embeddable distribution"
84
- to provide a self-contained Python environment. See
+
+ On Windows, a file whose name has the form :file:`._pth` is handled
+ differently; it is used by the Windows-only "embeddable distribution"
85
+ to provide a self-contained Python environment. See
86
:ref:`finding-modules` for more details.
87
88
0 commit comments