Skip to content

Commit 95a8e70

Browse files
committed
Style fixes
1 parent 9509945 commit 95a8e70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

reference/library-reference.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ Returns the most likely transcription if ``show_all`` is false (the default). Ot
204204

205205
Raises a ``speech_recognition.UnknownValueError`` exception if the speech is unintelligible. Raises a ``speech_recognition.RequestError`` exception if the speech recognition operation failed, if the key isn't valid, or if there is no internet connection.
206206

207-
``recognizer_instance.recognize_google_cloud(audio_data, credentials_json_file_path = None, language = "en-US", preferred_phrases = None, show_all = False)``
208-
------------------------------------------------------------------------------------------------------
207+
``recognizer_instance.recognize_google_cloud(audio_data, credentials_json = None, language = "en-US", preferred_phrases = None, show_all = False)``
208+
---------------------------------------------------------------------------------------------------------------------------------------------------
209209

210210
Performs speech recognition on ``audio_data`` (an ``AudioData`` instance), using the Google Cloud Speech API.
211211

speech_recognition/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import time
2121
import uuid
2222
import tempfile
23-
import shutil
2423

2524
__author__ = "Anthony Zhang (Uberi)"
2625
__version__ = "3.6.0"

0 commit comments

Comments
 (0)