Skip to content

Commit 12f6c98

Browse files
committed
STY: fix typo to address review comment
[skip ci]
1 parent 8b7a045 commit 12f6c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/f2py/cfuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def errmess(s: str) -> None:
552552
# Defining the correct value to indicate thread-local storage in C without
553553
# running a compile-time check (which we have no control over in generated
554554
# code used outside of NumPy) is hard. Therefore we support overriding this
555-
# via an external define - the f2py-using package can them use the same
555+
# via an external define - the f2py-using package can then use the same
556556
# compile-time checks as we use for `NPY_TLS` when building NumPy.
557557
#
558558
# __STDC_NO_THREADS__ should not be coupled to the availability of _Thread_local.

0 commit comments

Comments
 (0)