We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f742863 commit 57b6ed3Copy full SHA for 57b6ed3
examples/categories.py
@@ -14,7 +14,7 @@
14
15
def run(key, alt_url='https://api.rosette.com/rest/v1/'):
16
""" Run the example """
17
- categories_url_data = "https://www.rosette.com/about/"
+ categories_url_data = "https://rosette.com/about"
18
url = categories_url_data
19
# Create an API instance
20
api = API(user_key=key, service_url=alt_url)
0 commit comments