Skip to content

Commit 31c5e0a

Browse files
pintaoz-awspintaoz
authored and
root
committed
Fix FeatureGroup docstring (aws#5028)
Co-authored-by: pintaoz <[email protected]>
1 parent 2948ae3 commit 31c5e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/feature_store/feature_group.py

Lines changed: 1 addition & 1 deletion
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)