8000 Update doc/TESTS.rst · numpy/numpy@8741c01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8741c01

Browse files
mdhaberseberg
andauthored
Update doc/TESTS.rst
[skip ci] Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
1 parent 2a64c50 commit 8741c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/TESTS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ assertion fails, the test fails. Common assertion functions include:
126126
- :func:`numpy.testing.assert_array_less` for testing (strict) elementwise
127127
ordering between a result array and a reference.
128128

129-
Note that these assertion functions only compare the numerical vales of the
129+
Note that these assertion functions only compare the numerical values of the
130130
arrays. Consider adding separate ``assert`` statements regarding the array
131131
dtype and shape (when the reference is a scalar). Note that
132132
``pytest`` internally rewrites the ``assert`` statement to give informative

0 commit comments

Comments
 (0)
0