Skip to content

Commit 7bd2e05

Browse files
authored
Merge pull request #1579 from kamurani/patch-1
Fix typo
2 parents 41d1fee + 7b0a451 commit 7bd2e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ only field that cannot be marked as dynamic.
130130
[project]
131131
name = "spam-eggs"
132132
133-
The project name must consists of ASCII letters, digits, underscores "``_``",
133+
The project name must consist of ASCII letters, digits, underscores "``_``",
134134
hyphens "``-``" and periods "``.``". It must not start or end with an
135135
underscore, hyphen or period.
136136

0 commit comments

Comments
 (0)