Skip to content

Commit 25f1cc8

Browse files
committed
Fix comment.
1 parent 15a3142 commit 25f1cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kafka/kafka_event_streaming_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# Log all events from stream-attached sources.
5757
stream >> (lambda event: print('LOG:', event))
5858

59-
# Event source config.
59+
# Event source configuration.
6060
source_config = dict(
6161
kind='http-source',
6262
url='https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL',

0 commit comments

Comments
 (0)