Skip to content

Commit

Permalink
docs: fix typo in docs (#313)
Browse files Browse the repository at this point in the history
Changes:
- flat should be flag
  • Loading branch information
michaelbrewer authored Jun 13, 2024
1 parent ac26ab9 commit 29cba9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnleashClient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def is_enabled(
Notes:
* If client hasn't been initialized yet or an error occurs, flat will default to false.
* If client hasn't been initialized yet or an error occurs, flag will default to false.
:param feature_name: Name of the feature
:param context: Dictionary with context (e.g. IPs, email) for feature toggle.
Expand Down Expand Up @@ -441,7 +441,7 @@ def get_variant(self, feature_name: str, context: Optional[dict] = None) -> dict
Notes:
* If client hasn't been initialized yet or an error occurs, flat will default to false.
* If client hasn't been initialized yet or an error occurs, flag will default to false.
:param feature_name: Name of the feature
:param context: Dictionary with context (e.g. IPs, email) for feature toggle.
Expand Down

0 comments on commit 29cba9b

Please sign in to comment.