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 f11f84b commit ecbfa35Copy full SHA for ecbfa35
python-raise-exception/api.py
@@ -15,4 +15,4 @@ def call_external_api(url):
15
return data
16
17
18
-print(call_external_api("https://api.github.com/event"))
+print(call_external_api("https://api.github.com/events"))
0 commit comments