Tiny fix to addHotWord doc string parameters
Already applied to master applying to r0.9 as requested
This commit is contained in:
parent
065c8a6cdf
commit
7056241f37
@ -102,8 +102,8 @@ class Model(object):
|
|||||||
:param word: the hot-word
|
:param word: the hot-word
|
||||||
:type word: str
|
:type word: str
|
||||||
|
|
||||||
:param word: the boost
|
:param boost: the boost
|
||||||
:type word: float
|
:type boost: float
|
||||||
|
|
||||||
:throws: RuntimeError on error
|
:throws: RuntimeError on error
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user