Skip to content

Commit d7bf984

Browse files
authored
Minor typo
1 parent 569a602 commit d7bf984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pyproject-toml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ build-backend = "hatchling.build"
7676

7777
The pyproject.toml file tells your build tool:
7878

79-
- What build backend to use to build your package (we are using `hatchling` in this tutorial but there are [many others to chose from](/package-structure-code/python-package-build-tools)).
79+
- What build backend to use to build your package (we are using `hatchling` in this tutorial but there are [many others to choose from](/package-structure-code/python-package-build-tools)).
8080
- How and where to retrieve your package's version:
8181
- **statically** where you declare the version `version = "0.1.0"` or
8282
- **dynamically** where the tool looks to the most recent tag in your history to determine the current version.

0 commit comments

Comments
 (0)