Skip to content

Commit d5dc089

Browse files
authored
Update README.md
Fix typo.
1 parent c4e363f commit d5dc089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ And other [threading.Thread](https://docs.python.org/3/library/threading.html) p
289289
- voiceGenerator class has hollowing method.
290290
| name | description | default |
291291
|------|------------|---------|
292-
| generate | virtual method to generate voice. String of text is given. Modified text and generated voice shoud be returended by this method. The type of modified text shoud be string. No restriction exist for voice type. | - |
292+
| generate | virtual method to generate voice. String of text is given. Modified text and generated voice shoud be returended by this method. The type of modified text shoud be string. No restriction exists for voice type. | - |
293293

294294
## Callbacks
295295
### get_item_cb

0 commit comments

Comments
 (0)