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 230f36e commit 2886434Copy full SHA for 2886434
1 file changed
peps/pep-0829.rst
@@ -29,7 +29,7 @@ This PEP proposes:
29
ignored.
30
* A 5 year period after which a warning will be produced for the existence of
31
``import`` lines in ``.pth`` files.
32
-* Introducing a new ``.start`` file parallel to ``.pth`` files which list
+* Introducing a new ``.start`` file parallel to ``.pth`` files which lists
33
entry points (as ``pkg.mod:callable``) to execute by the ``site.py`` module.
34
* The presence of a matching ``.start`` file disables ``import`` line
35
processing in ``.pth`` files.
0 commit comments