File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11PEP: 657
2- Title: Editable installs for PEP- 517 style build backends
2+ Title: Editable installs for PEP 517 style build backends
33Author: Daniel Holth <dholth@gmail.com>, Stéphane Bidoul <stephane.bidoul@gmail.com>
44Sponsor: Paul Moore <p.f.moore@gmail.com>
55Discussions-To: https://discuss.python.org/t/draft-pep-editable-installs-for-pep-517-style-build-backends/8510
@@ -68,15 +68,15 @@ steps to perform will remain specific to the build backend used.
6868
6969When a project is installed in editable mode, users expect the installation to
7070behave identically as a regular installation. Depending on the way build
71- backend implement this specification, some minor differences may be visible
71+ backends implement this specification, some minor differences may be visible
7272such as the presence of additional files that are in the source tree and would
7373not be part of a regular install. Build backends are encouraged to document
7474such potential differences.
7575
7676The Mechanism
7777=============
7878
79- This PEP adds a single optional hook to the PEP- 517 backend interface. The hook
79+ This PEP adds a single optional hook to the PEP 517 backend interface. The hook
8080is used to build a wheel that, when installed, allows that distribution to be
8181imported from its source folder.
8282
You can’t perform that action at this time.
0 commit comments