Skip to content

Commit ec6874b

Browse files
committed
📝 Fix typos in pyproject.toml comments
1 parent 811429e commit ec6874b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ lenient = false
4343
keep-going = false
4444

4545
[tool.local.cython.kwargs]
46-
# This section can contain args tha have values:
46+
# This section can contain args that have values:
4747
# * exclude=PATTERN exclude certain file patterns from the compilation
4848
# * parallel=N run builds in N parallel jobs (default: calculated per system)
4949
# exclude = "**.py"
50-
# parallel = 12
5150

5251
[tool.local.cython.kwargs.directive]
5352
# This section can contain compiler directives
@@ -97,7 +96,7 @@ lenient = false
9796
keep-going = false
9897

9998
[tool.local.cythonize.kwargs]
100-
# This section can contain args tha have values:
99+
# This section can contain args that have values:
101100
# * exclude=PATTERN exclude certain file patterns from the compilation
102101
# * parallel=N run builds in N parallel jobs (default: calculated per system)
103102
# exclude = "**.py"

0 commit comments

Comments
 (0)