Skip to content

Commit d87c577

Browse files
committed
feature/spec-0.2.0: Update docstring parameter name
1 parent e3892ea commit d87c577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open_feature/open_feature_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def evaluate_flag_details(
205205
Evaluate the flag requested by the user from the clients provider.
206206
207207
:param flag_type: the type of the flag being returned
208-
:param key: the string key of the selected flag
208+
:param flag_key: the string key of the selected flag
209209
:param default_value: backup value returned if no result found by the provider
210210
:param evaluation_context: Information for the purposes of flag evaluation
211211
:param flag_evaluation_options: Additional flag evaluation information

0 commit comments

Comments
 (0)