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 9461e9c commit 7fafb65Copy full SHA for 7fafb65
intbot/core/integrations/pretalx.py
@@ -44,7 +44,7 @@ def fetch_pretalx_data(
44
url = f"{base_url}{endpoint}"
45
46
# Pretalx paginates the output, so we will need to do multiple requests and
47
- # then merge mutliple pages to one big dictionary
+ # then merge multiple pages to one big dictionary
48
results = []
49
data = {"next": url}
50
page = 0
0 commit comments