We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7a045 commit 12f6c98Copy full SHA for 12f6c98
numpy/f2py/cfuncs.py
@@ -552,7 +552,7 @@ def errmess(s: str) -> None:
552
# Defining the correct value to indicate thread-local storage in C without
553
# running a compile-time check (which we have no control over in generated
554
# 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
+# via an external define - the f2py-using package can then use the same
556
# compile-time checks as we use for `NPY_TLS` when building NumPy.
557
#
558
# __STDC_NO_THREADS__ should not be coupled to the availability of _Thread_local.
0 commit comments