Skip to content

Commit

Permalink
COSMIT fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve authored Oct 10, 2016
1 parent 33ed90d commit 44acb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/decomposition/online_lda.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def _e_step(self, X, cal_sstats, random_init, parallel=None):
Returns
-------
(doc_topic_distr, suff_stats) :
`doc_topic_distr` is unnormailzed topic distribution for each
`doc_topic_distr` is unnormalized topic distribution for each
document. In the literature, this is called `gamma`.
`suff_stats` is expected sufficient statistics for the M-step.
When `cal_sstats == False`, it will be None.
Expand Down

0 comments on commit 44acb33

Please sign in to comment.