PEP 665: fix a linting issue

This commit is contained in:
Brett Cannon 2021-11-22 16:46:32 -08:00
parent 6bbde299e6
commit 855dc06e8a
1 changed files with 3 additions and 3 deletions

View File

@ -597,9 +597,9 @@ better reflect what can occur when it comes to dependencies,
This also excludes export support to a this PEP's lock file from This also excludes export support to a this PEP's lock file from
Poetry as Poetry as
`"Poetry exports the information present in the poetry.lock file into another format" <https://github.com/python-poetry/poetry/issues/4710#issuecomment-974551351>`__ `"Poetry exports the information present in the poetry.lock file into another format" <https://github.com/python-poetry/poetry/issues/4710#issuecomment-974551351>`__
and sdists and source trees are included in `poetry.lock` files, thus and sdists and source trees are included in ``Poetry.lock`` files,
it is not a clean translation from Poetry's lock file to this PEP's thus it is not a clean translation from Poetry's lock file to this
lock file format. PEP's lock file format.
======================= =======================