Skip to content

Commit 9da71bf

Browse files
committed
Merge pull request #38 from fhasanaj/RCB-283_names_endpoints
Rcb 283 names endpoints
2 parents a373202 + e7ad6cb commit 9da71bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/name_translation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def run(key, altUrl='https://api.rosette.com/rest/v1/'):
2121
params["entityType"] = "PERSON"
2222
params["targetLanguage"] = "eng"
2323
params["targetScript"] = "Latn"
24-
params["targetScheme"] = "IC"
2524
return api.name_translation(params)
2625

2726

0 commit comments

Comments
 (0)