Skip to content

Commit 8891fa5

Browse files
authored
fix typo
1 parent 08c54d4 commit 8891fa5

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)