Skip to content

Commit 42ff0d4

Browse files
committed
style: Fix Spelling error in comments
1 parent f4c9c18 commit 42ff0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/events/event_consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def consume_all(self) -> AsyncGenerator[Event]:
133133
# continue polling until there is a final event
134134
continue
135135
except asyncio.TimeoutError: # pyright: ignore [reportUnusedExcept]
136-
# This class was made an alias of build-in TimeoutError after 3.11
136+
# This class was made an alias of built-in TimeoutError after 3.11
137137
continue
138138
except (QueueClosed, asyncio.QueueEmpty):
139139
# Confirm that the queue is closed, e.g. we aren't on

0 commit comments

Comments
 (0)