We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df12ab commit 16362f8Copy full SHA for 16362f8
1 file changed
examples/syntax_dependencies.py
@@ -14,7 +14,7 @@
14
def run(key, altUrl='https://api.rosette.com/rest/v1/'):
15
syntax_dependencies_data = "Sony Pictures is planning to shoot a good portion of the new \"Ghostbusters\" in Boston as well."
16
params = DocumentParameters()
17
- params["content"] = syntax_dependencies_dataa
+ params["content"] = syntax_dependencies_data
18
params["genre"] = "social-media"
19
# Create an API instance
20
api = API(user_key=key, service_url=altUrl)
0 commit comments