Skip to content

Commit 29cba9b

Browse files
docs: fix typo in docs (#313)
Changes: - flat should be flag
1 parent ac26ab9 commit 29cba9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnleashClient/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def is_enabled(
347347
348348
Notes:
349349
350-
* If client hasn't been initialized yet or an error occurs, flat will default to false.
350+
* If client hasn't been initialized yet or an error occurs, flag will default to false.
351351
352352
:param feature_name: Name of the feature
353353
:param context: Dictionary with context (e.g. IPs, email) for feature toggle.
@@ -441,7 +441,7 @@ def get_variant(self, feature_name: str, context: Optional[dict] = None) -> dict
441441
442442
Notes:
443443
444-
* If client hasn't been initialized yet or an error occurs, flat will default to false.
444+
* If client hasn't been initialized yet or an error occurs, flag will default to false.
445445
446446
:param feature_name: Name of the feature
447447
:param context: Dictionary with context (e.g. IPs, email) for feature toggle.

0 commit comments

Comments
 (0)