Skip to content

Commit 7d75a73

Browse files
committedDec 5, 2017
Fix RST linting
1 parent 11c1e8b commit 7d75a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎reference/library-reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Phrase recognition uses the exact same mechanism as ``recognizer_instance.listen
176176

177177
The ``callback`` parameter is a function that should accept two parameters - the ``recognizer_instance``, and an ``AudioData`` instance representing the captured audio. Note that ``callback`` function will be called from a non-main thread.
178178

179-
``recognizer_instance.recognize_sphinx(audio_data, language = "en-US", keyword_entries = None, grammar= None, show_all = False, config= {})``
179+
``recognizer_instance.recognize_sphinx(audio_data, language = "en-US", keyword_entries = None, grammar= None, show_all = False)``
180180
---------------------------------------------------------------------------------------------------------------------------------
181181

182182
Performs speech recognition on ``audio_data`` (an ``AudioData`` instance), using CMU Sphinx.

0 commit comments

Comments
 (0)
Please sign in to comment.