Skip to content

Commit

Permalink
Fixed docsting of BasePLSA
Browse files Browse the repository at this point in the history
  • Loading branch information
yedivanseven committed Sep 4, 2019
1 parent 5e113a4 commit c96331d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plsa/algorithms/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class BasePLSA:
"""Base class for all flavours of PLSA algorithms.
Since the base class for all algorithms is not supposed to ever be
instantiated directly, it is also not documented. For more, please refer
to the of the individual algorithms.
instantiated directly, it is also not documented. For more information,
please refer to the docstrings of the individual algorithms.
"""
def __init__(self, corpus: Corpus, n_topics: int, tf_idf: bool = False):
Expand Down

0 comments on commit c96331d

Please sign in to comment.