Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed May 10, 2024
1 parent d2e4b5b commit 5801831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hopsworks/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_feature_store(self, name: str = None, engine: str = None) -> feature_sto
# Arguments
name: Project name of the feature store.
engine: Which engine to use, `"spark"`, `"python"` or `"training"`.
Defaults to `"python"` when connected to https://c.app.hopsworks.ai/
Defaults to `"python"` when connected to https://c.app.hopsworks.ai/.
See hsfs.Connection.connection documentation for more information.
# Returns
`hsfs.feature_store.FeatureStore`: The Feature Store API
Expand Down

0 comments on commit 5801831

Please sign in to comment.