Skip to content

Commit

Permalink
Fix doc typo (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwbarnett authored Aug 14, 2024
1 parent 786f156 commit 256bdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can specify a fallback function for cases where the client doesn't recognize
Notes:

- Must accept the fature name and context as an argument.
- Must accept the feature name and context as an argument.
- Client will evaluate the fallback function only if exception occurs when calling the ``is_enabled()`` method i.e. feature flag not found or other general exception.

You can also use the ``fallback_function`` argument to replace the obsolete ``default_value`` by using a lambda that ignores its inputs:
Expand Down

0 comments on commit 256bdc7

Please sign in to comment.