Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sagemaker/feature_store/feature_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def __str__(self) -> str:
class FeatureGroup:
"""FeatureGroup definition.

This class instantiates a FeatureGroup object that comprises of a name for the FeatureGroup,
This class instantiates a FeatureGroup object that comprises a name for the FeatureGroup,
session instance, and a list of feature definition objects i.e., FeatureDefinition.

Attributes:
Expand Down