Skip to content

Commit 7fafb65

Browse files
committed
fix typo
1 parent 9461e9c commit 7fafb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/core/integrations/pretalx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def fetch_pretalx_data(
4444
url = f"{base_url}{endpoint}"
4545

4646
# Pretalx paginates the output, so we will need to do multiple requests and
47-
# then merge mutliple pages to one big dictionary
47+
# then merge multiple pages to one big dictionary
4848
results = []
4949
data = {"next": url}
5050
page = 0

0 commit comments

Comments
 (0)