Skip to content

Commit

Permalink
Update questionary/prompts/common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross authored Jul 23, 2024
1 parent a92cea9 commit 4e290ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questionary/prompts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(
self.disabled = disabled
self.title = title
self.shortcut_key = shortcut_key
# self.auto_shortcut is set by self.shortcut_key.fset
# self.auto_shortcut is set by the self.shortcut_key setter
self.checked = checked if checked is not None else False
self.description = description

Expand Down

0 comments on commit 4e290ae

Please sign in to comment.