Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Alted committed Feb 13, 2017
1 parent 93f54aa commit 7a275ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/computation/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_compat():
try:
import numexpr as ne
ver = ne.__version__
elif ver < LooseVersion('2.4.6'):
if ver < LooseVersion('2.4.6'):
with tm.assert_produces_warning(UserWarning,
check_stacklevel=False):
assert not _NUMEXPR_INSTALLED
Expand Down

0 comments on commit 7a275ce

Please sign in to comment.