Skip to content

Commit

Permalink
Merge pull request #166 from timothymullen/patch-1
Browse files Browse the repository at this point in the history
Update module.rst
  • Loading branch information
pndurette committed Jan 3, 2019
2 parents 53ec1c8 + 7a7a76f commit 88c71dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ There's quite a few libraries that do this. Write 'hello' to a file-like object
>>> tts = gTTS('hello', 'en')
>>> tts.write_to_fp(mp3_fp)
>>>
>>> # Load `audio_fp` as an mp3 file in
>>> # Load `mp3_fp` as an mp3 file in
>>> # the audio library of your choice

Logging
Expand Down

0 comments on commit 88c71dd

Please sign in to comment.