Skip to content

Commit 30f3d34

Browse files
authored
docs: Fix docstring typo (feast-dev#3431)
fix docstring typo
1 parent 21dd253 commit 30f3d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def from_proto(cls, kafka_options_proto: DataSourceProto.KafkaOptions):
5757
kafka_options_proto: A protobuf representation of a DataSource
5858
5959
Returns:
60-
Returns a BigQueryOptions object based on the kafka_options protobuf
60+
Returns a KafkaOptions object based on the kafka_options protobuf
6161
"""
6262
watermark_delay_threshold = None
6363
if kafka_options_proto.HasField("watermark_delay_threshold"):

0 commit comments

Comments
 (0)