Skip to content

Commit 5f672dd

Browse files
pintaoz-awspintaoz
and
pintaoz
authored
Fix FeatureGroup docstring (#5028)
Co-authored-by: pintaoz <[email protected]>
1 parent 6e2e49c commit 5f672dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sagemaker/feature_store/feature_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def __str__(self) -> str:
631631
class FeatureGroup:
632632
"""FeatureGroup definition.
633633
634-
This class instantiates a FeatureGroup object that comprises of a name for the FeatureGroup,
634+
This class instantiates a FeatureGroup object that comprises a name for the FeatureGroup,
635635
session instance, and a list of feature definition objects i.e., FeatureDefinition.
636636
637637
Attributes:

0 commit comments

Comments
 (0)