Navigation Menu

Skip to content

Commit

Permalink
DOC: fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Oct 1, 2012
1 parent 900d2e5 commit b65d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/tests/test_shape_base.py
Expand Up @@ -200,7 +200,7 @@ def test_concatenate_sloppy0():
assert_array_equal(concatenate((r4, r3), 10), r4 + r3)
finally:
warnings.filters.pop(0)
# Confurm DepractionWarning raised
# Confirm DepractionWarning raised
warnings.simplefilter('always', DeprecationWarning)
warnings.simplefilter('error', DeprecationWarning)
try:
Expand Down

0 comments on commit b65d7e6

Please sign in to comment.