Skip to content

Commit

Permalink
Fix translate links. (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster authored and lukesneeringer committed Mar 23, 2017
1 parent b1eb7af commit 7987179
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def get_languages(self, target_language=None):
Response
See: https://cloud.google.com/translate/v2/\
discovering-supported-languages-with-rest
See:
https://cloud.google.com/translate/docs/discovering-supported-languages
:type target_language: str
:param target_language: (Optional) The language used to localize
Expand All @@ -96,8 +96,7 @@ def get_languages(self, target_language=None):
def detect_language(self, values):
"""Detect the language of a string or list of strings.
See: https://cloud.google.com/translate/v2/\
detecting-language-with-rest
See: https://cloud.google.com/translate/docs/detecting-language
:type values: str or list
:param values: String or list of strings that will have
Expand Down

0 comments on commit 7987179

Please sign in to comment.