Tiny fix to addHotWord doc string parameters

Already applied to master applying to r0.9 as requested
This commit is contained in:
Neil Stoker 2020-10-12 12:51:57 +01:00 committed by GitHub
parent 065c8a6cdf
commit 7056241f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,8 +102,8 @@ class Model(object):
:param word: the hot-word
:type word: str
:param word: the boost
:type word: float
:param boost: the boost
:type boost: float
:throws: RuntimeError on error
"""