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 65ba7ce commit 9f279dcCopy full SHA for 9f279dc
src/a2a/server/events/event_consumer.py
@@ -16,7 +16,7 @@
16
from a2a.utils.telemetry import SpanKind, trace_class
17
18
19
-# This is an alias to the execption for closed queue
+# This is an alias to the exception for closed queue
20
QueueClosed = asyncio.QueueEmpty
21
22
# When using python 3.13 or higher, the closed queue signal is QueueShutdown
0 commit comments