Skip to content

Commit 16362f8

Browse files
examples fix for syntax dependencies
1 parent 9df12ab commit 16362f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/syntax_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def run(key, altUrl='https://api.rosette.com/rest/v1/'):
1515
syntax_dependencies_data = "Sony Pictures is planning to shoot a good portion of the new \"Ghostbusters\" in Boston as well."
1616
params = DocumentParameters()
17-
params["content"] = syntax_dependencies_dataa
17+
params["content"] = syntax_dependencies_data
1818
params["genre"] = "social-media"
1919
# Create an API instance
2020
api = API(user_key=key, service_url=altUrl)

0 commit comments

Comments
 (0)