Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0945558

Browse files
committed
Issue #26587: Remove an incorrect statement from the docs
1 parent 94ad49f commit 0945558

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/site.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ searched for site-packages; otherwise they won't.
5252
A path configuration file is a file whose name has the form :file:`{name}.pth`
5353
and exists in one of the four directories mentioned above; its contents are
5454
additional items (one per line) to be added to ``sys.path``. Non-existing items
55-
are never added to ``sys.path``, and no check is made that the item refers to a
56-
directory rather than a file. No item is added to ``sys.path`` more than
55+
are never added to ``sys.path``. No item is added to ``sys.path`` more than
5756
once. Blank lines and lines beginning with ``#`` are skipped. Lines starting
5857
with ``import`` (followed by space or tab) are executed.
5958

0 commit comments

Comments
 (0)