File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ lenient = false
4343keep-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
9796keep-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"
You can’t perform that action at this time.
0 commit comments