Skip to content

Commit 3499e7d

Browse files
committed
extend topic underline in reference
1 parent 79f3db4 commit 3499e7d

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
@@ -177,7 +177,7 @@ Phrase recognition uses the exact same mechanism as ``recognizer_instance.listen
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

179179
``recognizer_instance.recognize_sphinx(audio_data, language = "en-US", keyword_entries = None, grammar= None, show_all = False)``
180-
------------------------------------------------------------------------------------------------------------------
180+
---------------------------------------------------------------------------------------------------------------------------------
181181

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

0 commit comments

Comments
 (0)