diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index e34aa01de..bae31e8c4 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -140,7 +140,7 @@ async def run_main(): attachments=attachments, session_id=session_id, ) - async for log in EventLogger().log(response): + for log in EventLogger().log(response): log.print()