Skip to content

Commit

Permalink
change unicode characters in comment text that error'd python 2.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svdvonde committed Aug 6, 2018
1 parent 69f2b62 commit 8c7efe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosetta/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def translate(text, from_language, to_language, subscription_key):
# [
# {
# "translations":[
# {"text": "你好, 你叫什么名字?", "to": "zh-Hans"}
# {"text": "some chinese text that gave a build error on travis ci", "to": "zh-Hans"}
# ]
# }
# ]
Expand Down

0 comments on commit 8c7efe3

Please sign in to comment.