Skip to content

Commit fded0dd

Browse files
Fix typos in feature view code (#2091)
Signed-off-by: Olivier Labreche <[email protected]>
1 parent 3cbd75c commit fded0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/concepts/feature-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ from location_stats_feature_view import location_stats_fv
8686
temperatures_fs = FeatureService(
8787
name="temperatures",
8888
features=[
89-
location_stats_feature_view
89+
location_stats_fv
9090
.with_name("origin_stats")
9191
.with_join_key_map(
9292
{"location_id": "origin_id"}
9393
),
94-
location_stats_feature_view
94+
location_stats_fv
9595
.with_name("destination_stats")
9696
.with_join_key_map(
9797
{"location_id": "destination_id"}

0 commit comments

Comments
 (0)