We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fafd8 commit 5c77471Copy full SHA for 5c77471
1 file changed
source/tutorials/packaging-projects.rst
@@ -104,11 +104,11 @@ Creating a test directory
104
105
106
Choosing a build backend
107
------------------------
+------------------------
108
109
Tools like :ref:`pip` and :ref:`build` do not actually convert your sources
110
into a :term:`distribution package <Distribution Package>` (like a wheel);
111
-that job is performed by a _build backend_. The build backend determines how
+that job is performed by a *build backend*. The build backend determines how
112
your project will specify its configuration, including metadata (information
113
about the project, for example, the name and tags that are displayed on PyPI)
114
and input files. Build backends have different levels of functionality, such as
0 commit comments