Skip to content

Commit 57b6ed3

Browse files
author
Yaison
committed
RCB-616: conflict fix
1 parent f742863 commit 57b6ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/categories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
def run(key, alt_url='https://api.rosette.com/rest/v1/'):
1616
""" Run the example """
17-
categories_url_data = "https://www.rosette.com/about/"
17+
categories_url_data = "https://rosette.com/about"
1818
url = categories_url_data
1919
# Create an API instance
2020
api = API(user_key=key, service_url=alt_url)

0 commit comments

Comments
 (0)