Skip to content

Commit ca8e1e4

Browse files
committed
Merge pull request #21 from fhasanaj/RCB_234
RCB_234
2 parents 4a38e8a + 9cb8821 commit ca8e1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/relationships.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
# Create an API instance
1616
api = API(user_key=key, service_url=altUrl)
17-
relationships_text_data = "Bill Murray is in the new Ghostbusters film!"
17+
relationships_text_data = "The Ghostbusters movie was filmed in Boston."
1818
params = RelationshipsParameters()
1919
params["content"] = relationships_text_data
2020
params["options"] = {"accuracyMode": "PRECISION"}

0 commit comments

Comments
 (0)