浏览代码

fixed typo

Kolja Beigel 1 年之前
父节点
当前提交
b1fb52aea1
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -96,7 +96,8 @@ def my_start_callback():
 def my_stop_callback():
 def my_stop_callback():
     print("Recording stopped!")
     print("Recording stopped!")
 
 
-recorder = AudioToTextRecorder(on_recording_started=my_start_callback, on_recording_finished=my_stop_callback)
+recorder = AudioToTextRecorder(on_recording_started=my_start_callback,
+                               on_recording_finished=my_stop_callback)
 ```
 ```
 
 
 ## Testing the Library
 ## Testing the Library