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.
2 parents 5a04ac8 + 627ed17 commit 7ea90b3Copy full SHA for 7ea90b3
source/glossary.rst
@@ -14,9 +14,9 @@ Glossary
14
15
Build Backend
16
17
- A library that takes a source tree or
18
- :term:`source distribution <Source Distribution (or "sdist")>`
19
- and builds a source distribution or :term:`wheel <Wheel>` from it.
+ A library that takes a source tree
+ and builds a :term:`source distribution <Source Distribution (or "sdist")>` or
+ :term:`built distribution <Built Distribution>` from it.
20
The build is delegated to the backend by a
21
:term:`frontend <Build Frontend>`.
22
All backends offer a standardized interface.
0 commit comments