Skip to content

Commit f372981

Browse files
fix: Small typo in CLI (#2578)
Signed-off-by: Benjamin Tan <[email protected]> Co-authored-by: Benjamin Tan <[email protected]>
1 parent b550e59 commit f372981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/feast/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def version():
113113
@click.pass_context
114114
def endpoint(ctx: click.Context):
115115
"""
116-
Display feature server endpoints.
116+
Display feature server endpoints
117117
"""
118118
repo = ctx.obj["CHDIR"]
119119
cli_check_repo(repo)
@@ -593,7 +593,7 @@ def serve_command(ctx: click.Context, host: str, port: int, no_access_log: bool)
593593
)
594594
@click.pass_context
595595
def serve_transformations_command(ctx: click.Context, port: int):
596-
"""[Experimental] Start a the feature consumption server locally on a given port."""
596+
"""[Experimental] Start a feature consumption server locally on a given port."""
597597
repo = ctx.obj["CHDIR"]
598598
cli_check_repo(repo)
599599
store = FeatureStore(repo_path=str(repo))

0 commit comments

Comments
 (0)