Skip to content

Commit 2feacf6

Browse files
authored
Update docs/TkEasyGUI/widgets-py.md
1 parent c19378e commit 2feacf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TkEasyGUI/widgets-py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ class FileBrowse(
28662866
initial_folder: Union[str, None] = None,
28672867
save_as: bool = False,
28682868
enable_events: bool = False, # enable changing events
2869-
files_delimiter: Optional[str] = ";",
2869+
files_delimiter: Optional[str] = "|",
28702870
# other
28712871
metadata: Union[dict[str, Any], None] = None,
28722872
**kw,

0 commit comments

Comments
 (0)