Skip to content

Commit

Permalink
Docs. clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pndurette committed Jan 1, 2020
1 parent ad571ab commit fa3880b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gtts/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ class gTTS:
Args:
text (string): The text to be read.
tld (string): Top-level domain for the Google Translate host,
i.e `https://translate.google.<tld>`. This is useful where
google.com might be blocked in a network but a local Google
host is not. Default is ``com``.
i.e `https://translate.google.<tld>`. This is useful
where ``google.com`` might be blocked within a network but
a local or different Google host (e.g. ``google.cn``) is not.
Default is ``com``.
lang (string, optional): The language (IETF language tag) to
read the text in. Default is ``en``.
slow (bool, optional): Reads text more slowly. Defaults to ``False``.
Expand Down

0 comments on commit fa3880b

Please sign in to comment.