Skip to content

Commit 9c65935

Browse files
committed
python synthesizer events
1 parent 4e41a90 commit 9c65935

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/speech-synthesis/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ While using the [SpeechSynthesizer](/python/api/azure-cognitiveservices-speech/a
157157

158158
[!INCLUDE [Event types](events.md)]
159159

160-
Here's an example that shows how to subscribe to events for speech synthesis. You can follow the instructions in the [quickstart](../../../get-started-text-to-speech.md?pivots=python), but replace the contents of that `Program.cs` file with the following Python code.
160+
Here's an example that shows how to subscribe to events for speech synthesis. You can follow the instructions in the [quickstart](../../../get-started-text-to-speech.md?pivots=python), but replace the contents of that `speech-synthesis.py` file with the following Python code.
161161

162162
```python
163163
import os

0 commit comments

Comments
 (0)