Skip to content

Commit adb74a3

Browse files
committed
Fix flake8
1 parent 53109fa commit adb74a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gensim/models/ldamodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def load(cls, fname, *args, **kwargs):
314314

315315

316316
class LdaModel(interfaces.TransformationABC, basemodel.BaseTopicModel):
317-
"""Train and use Online Latent Dirichlet Allocation models as presented in `'Online Learning for LDA' by Hoffman et al.`_
317+
"""Train and use Online Latent Dirichlet Allocation model as presented in `'Online Learning for LDA' by Hoffman et al.`_
318318
319319
Examples
320320
-------

0 commit comments

Comments
 (0)