Skip to content

Commit

Permalink
исправлена пропущенная запятая
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosok2011 authored Jul 25, 2023
1 parent 974d930 commit 15a3f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompt_toolkit/shortcuts/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def radiolist_dialog(
ok_text: str = "Ok",
ok_width: int = 12,
cancel_text: str = "Cancel",
cancel_width: int = 12
cancel_width: int = 12,
values: Sequence[tuple[_T, AnyFormattedText]] | None = None,
default: _T | None = None,
style: BaseStyle | None = None,
Expand Down

0 comments on commit 15a3f42

Please sign in to comment.