From 7056241f3780861ffe953d47e845f283af75252f Mon Sep 17 00:00:00 2001 From: Neil Stoker Date: Mon, 12 Oct 2020 12:51:57 +0100 Subject: [PATCH] Tiny fix to addHotWord doc string parameters Already applied to master applying to r0.9 as requested --- native_client/python/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native_client/python/__init__.py b/native_client/python/__init__.py index 4b55da5a..59138530 100644 --- a/native_client/python/__init__.py +++ b/native_client/python/__init__.py @@ -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 """