Skip to content

Commit

Permalink
Update flags/state.py
Browse files Browse the repository at this point in the history
Co-authored-by: william higgins <higs4281@users.noreply.github.com>
  • Loading branch information
willbarton and higs4281 committed Feb 23, 2021
1 parent a114822 commit 59a0949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/state.py
Expand Up @@ -19,7 +19,7 @@ def _get_flag_state(flag_name, **kwargs):
def _set_flag_state(
flag_name, state, create_boolean_condition=True, request=None
):
""" A private function to sets a boolean condition to the desired state """
""" A private function to set a boolean condition to the desired state """
flags = get_flags(request=request)
flag = flags.get(flag_name)
if flag is None:
Expand Down

0 comments on commit 59a0949

Please sign in to comment.