Skip to content

Commit 991ac60

Browse files
gh-144329: Final fix for cross-reference and documentation linting
1 parent 624857e commit 991ac60

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/site.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ once. Blank lines and lines beginning with ``#`` are skipped. Lines starting
7979
with ``import`` (followed by space or tab) are executed.
8080

8181
.. 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
82+
83+
On Windows, a file whose name has the form :file:`._pth` is handled
84+
differently; it is used by the Windows-only "embeddable distribution"
85+
to provide a self-contained Python environment. See
8586
:ref:`finding-modules` for more details.
8687

8788
.. note::

0 commit comments

Comments
 (0)