Merge pull request #3371 from nmstoker/patch-1

Tiny fix to addHotWord doc string parameters
This commit is contained in:
lissyx 2020-10-12 21:39:40 +02:00 committed by GitHub
commit 64fad81e10
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
"""