Thanks to visit codestin.com Credit goes to github.com
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 94ad49f commit 0945558Copy full SHA for 0945558
1 file changed
Doc/library/site.rst
@@ -52,8 +52,7 @@ searched for site-packages; otherwise they won't.
52
A path configuration file is a file whose name has the form :file:`{name}.pth`
53
and exists in one of the four directories mentioned above; its contents are
54
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
+are never added to ``sys.path``. No item is added to ``sys.path`` more than
57
once. Blank lines and lines beginning with ``#`` are skipped. Lines starting
58
with ``import`` (followed by space or tab) are executed.
59
0 commit comments