Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droudy committed Jun 24, 2016
1 parent c69f9c4 commit 8ea4d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/test/test_ldamodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def testAlpha(self):
expected_shape = (2,)

# should not raise anything
self.class_(**kwarghs)
self.class_(**kwargs)

kwargs['alpha'] = 'symmetric'
model = self.class_(**kwargs)
Expand Down

0 comments on commit 8ea4d58

Please sign in to comment.