Skip to content

Commit 9f279dc

Browse files
Fix typo
1 parent 65ba7ce commit 9f279dc

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
@@ -16,7 +16,7 @@
1616
from a2a.utils.telemetry import SpanKind, trace_class
1717

1818

19-
# This is an alias to the execption for closed queue
19+
# This is an alias to the exception for closed queue
2020
QueueClosed = asyncio.QueueEmpty
2121

2222
# When using python 3.13 or higher, the closed queue signal is QueueShutdown

0 commit comments

Comments
 (0)