Skip to content

Commit be25c51

Browse files
khvn26Zaimwa9
andauthored
fix docstring
Co-authored-by: Zaimwa9 <[email protected]>
1 parent 381f6da commit be25c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flag_engine/segments/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_identity_segments(
4040
:return: list of segments that the identity belongs to in the environment
4141
"""
4242
warnings.warn(
43-
"`get_identity_feature_states` is deprecated, use `get_evaluation_result` instead.",
43+
"`get_identity_segments` is deprecated, use `get_evaluation_result` instead.",
4444
DeprecationWarning,
4545
)
4646
context = map_environment_identity_to_context(

0 commit comments

Comments
 (0)