Skip to content

Commit cd2f2c1

Browse files
authored
Fix typo, changed 'transfered' to 'transferred' (#590)
1 parent 0316796 commit cd2f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/kafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def kafka_consumer(
5050
is taken from secrets.
5151
msg_processor(Optional[Callable]): A function-converter,
5252
which'll process every Kafka message after it's read and
53-
before it's transfered to the destination.
53+
before it's transferred to the destination.
5454
batch_size (Optional[int]): Messages batch size to read at once.
5555
batch_timeout (Optional[int]): Maximum time to wait for a batch
5656
consume, in seconds.

0 commit comments

Comments
 (0)