Skip to content

Commit

Permalink
update the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
longdt219 committed Oct 7, 2015
1 parent 5dd69c9 commit 85c74e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nltk/test/gensim_fixt.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def setup_module(module):
try:
import gensim
except ImportError:
raise SkipTest("classify.doctest requires numpy")
raise SkipTest("Gensim doctest requires gensim")

0 comments on commit 85c74e6

Please sign in to comment.