Skip to content

Commit 296b64e

Browse files
authored
Updated Python code. Now supports 2.7.x and 3.x.
Fixing a code comment that referenced transliterate instead of translate.
1 parent 986b045 commit 296b64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# This simple app uses the '/translate' resource to transliterate text from
3+
# This simple app uses the '/translate' resource to translate text from
44
# one language to another.
55

66
# This sample runs on Python 2.7.x and Python 3.x.

0 commit comments

Comments
 (0)