summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-09-26 10:00:32 -0600
committerCharles Harris <charlesr.harris@gmail.com>2021-09-26 10:00:32 -0600
commitb8e46c68c767a13941e7ea23ad8a082852712c00 (patch)
tree353ade75c98c9528a17fa66dc7293daf409f429b /numpy
parent5ae01fac1adb6818d997d7cfe46a292836158a42 (diff)
downloadnumpy-b8e46c68c767a13941e7ea23ad8a082852712c00.tar.gz
MAINT: Minor cleanups after merging gh-19805
- Spelling fixes - Release note fragment for gh-19805.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/f2py/tests/test_crackfortran.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/tests/test_crackfortran.py b/numpy/f2py/tests/test_crackfortran.py
index da7974d1a..b1503c1e0 100644
--- a/numpy/f2py/tests/test_crackfortran.py
+++ b/numpy/f2py/tests/test_crackfortran.py
@@ -170,7 +170,7 @@ class TestMarkinnerspaces():
class TestDimSpec(util.F2PyTest):
- """This test site tests various expressions that are used as dimension
+ """This test suite tests various expressions that are used as dimension
specifications.
There exists two usage cases where analyzing dimensions
@@ -183,7 +183,7 @@ class TestDimSpec(util.F2PyTest):
`lower` and `upper` are arbitrary expressions of input parameters.
The evaluation is performed in C, so f2py has to translate Fortran
expressions to valid C expressions (an alternative approach is
- that a developer specifies the corresponing C expressions in a
+ that a developer specifies the corresponding C expressions in a
.pyf file).
In the second case, when user provides an input array with a given