Skip to content

Commit 5c77471

Browse files
zoobahenryiii
andauthored
Apply suggestions from code review
Co-authored-by: Henry Schreiner <[email protected]>
1 parent c8fafd8 commit 5c77471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ Creating a test directory
104104

105105

106106
Choosing a build backend
107-
-----------------------
107+
------------------------
108108

109109
Tools like :ref:`pip` and :ref:`build` do not actually convert your sources
110110
into a :term:`distribution package <Distribution Package>` (like a wheel);
111-
that job is performed by a _build backend_. The build backend determines how
111+
that job is performed by a *build backend*. The build backend determines how
112112
your project will specify its configuration, including metadata (information
113113
about the project, for example, the name and tags that are displayed on PyPI)
114114
and input files. Build backends have different levels of functionality, such as

0 commit comments

Comments
 (0)