From 3008f2cfe5e402851f0843f0f0f8678ead860f8c Mon Sep 17 00:00:00 2001 From: Viswanath Sivakumar Date: Mon, 12 Oct 2020 10:20:49 -0400 Subject: Fix docstring in python/kenlm.pyx --- python/kenlm.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/kenlm.pyx b/python/kenlm.pyx index 3e4cd9a..4478483 100644 --- a/python/kenlm.pyx +++ b/python/kenlm.pyx @@ -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) -- cgit v1.2.3