Skip to content

Commit

Permalink
docs: auto field of FileDownload widget (#7498)
Browse files Browse the repository at this point in the history
Was missing a word + clarify advantage of user-defined filename.
  • Loading branch information
ltalirz authored Nov 18, 2024
1 parent 4da2b8e commit a248460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/widgets/FileDownload.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
"##### Core\n",
"\n",
"* **`auto`** (boolean): Whether to download the file the initial click (if `True`) or when clicking a second time (or via the right-click Save file menu).\n",
"* **`auto`** (boolean): Whether to download the file with the first click (if `True`) or only after clicking a second time (if `False`, enables right-click -> Save as).\n",
"* **`callback`** (callable): A callable that returns a file or file-like object (takes precedence over `file` if set). \n",
"* **`embed`** (boolean): Whether to embed the data on initialization.\n",
"* **`file`** (str, Path or file-like object): A path to a file or a file-like object.\n",
Expand Down

0 comments on commit a248460

Please sign in to comment.