Skip to content

Commit c3cc770

Browse files
committed
Fix typo in pyproject.toml
1 parent f0a4f86 commit c3cc770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dynamic = ["version"]
3333

3434
[project.optional-dependencies]
3535
test = [
36-
# Building editable wheels with hatchling (which what do in our tests) requires
36+
# Building editable wheels with hatchling (which is what do in our tests) requires
3737
# 'editables' to be installed, but it is not a direct dependency of hatchling
3838
# (it is provided by the get_requires_for_build_editable hook).
3939
# So we install it here as a test dependency.

0 commit comments

Comments
 (0)