Skip to content

Commit a5121cb

Browse files
committed
WS-3151: Revert example payhload. There is a separate negation example.
1 parent e62c1c2 commit a5121cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def run(key, alt_url='https://api.rosette.com/rest/v1/'):
1515
# Create an API instance
1616
api = API(user_key=key, service_url=alt_url)
1717

18-
events_text_data = "Alice has a flight to Budapest. She has not booked a hotel."
18+
events_text_data = "I am looking for flights to Super Bowl 2022 in Inglewood, LA."
1919
params = DocumentParameters()
2020
params["content"] = events_text_data
2121

0 commit comments

Comments
 (0)