Skip to content

Commit

Permalink
Fix docstring in python/kenlm.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
viswanathgs committed Oct 12, 2020
1 parent 1f05461 commit 3008f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kenlm.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ cdef class Model:

def BaseFullScore(self, State in_state, str word, State out_state):
"""
Wrapper around model.BaseScore(in_state, Index(word), out_state)
Wrapper around model.BaseFullScore(in_state, Index(word), out_state)
:param word: the suffix
:param state: the context (defaults to NullContext)
Expand Down

0 comments on commit 3008f2c

Please sign in to comment.