diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-09-26 10:00:32 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2021-09-26 10:00:32 -0600 |
| commit | b8e46c68c767a13941e7ea23ad8a082852712c00 (patch) | |
| tree | 353ade75c98c9528a17fa66dc7293daf409f429b /numpy | |
| parent | 5ae01fac1adb6818d997d7cfe46a292836158a42 (diff) | |
| download | numpy-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.py | 4 |
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 |
