Skip to content

Commit 07638cd

Browse files
authored
Fix tutorial 'frontend' typo (#1091)
1 parent 9e839b0 commit 07638cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Creating pyproject.toml
109109
.. TODO: Add an intro sentence about pyproject.toml, and a sub-heading for
110110
"Configuring build tools"
111111
112-
:file:`pyproject.toml` tells tools "frontend" build tools like :ref:`pip` and
112+
:file:`pyproject.toml` tells "frontend" build tools like :ref:`pip` and
113113
:ref:`build` what "backend" tool to use to create
114114
:term:`distribution packages <Distribution Package>` for your project.
115115
You can choose from a number of backends; this tutorial uses :ref:`Hatchling

0 commit comments

Comments
 (0)