Skip to content

Commit 895a8ee

Browse files
committed
chore(stt): update method name
1 parent 80a308e commit 895a8ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

watson_developer_cloud/speech_to_text_v1_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
BEARER = 'Bearer'
1212

1313
class SpeechToTextV1Adapter(SpeechToTextV1):
14-
@deprecated('Use recognize_using_webSocket() instead')
14+
@deprecated('Use recognize_using_websocket() instead')
1515
def recognize_with_websocket(self,
1616
audio=None,
1717
content_type='audio/l16; rate=44100',

0 commit comments

Comments
 (0)