File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ async def _handle_request(
456456 warnings .warn (
457457 "Unable to infer a filename for the "
458458 f"'{ download_id } ' download handler; please use "
459- "@session .download(filename=) to specify one "
459+ "@render .download(filename=) to specify one "
460460 "manually" ,
461461 SessionWarning ,
462462 stacklevel = 2 ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def download_button(
4141
4242 See Also
4343 --------
44- ~shiny.Session .download
44+ ~shiny.render .download
4545 ~shiny.ui.download_link
4646 """
4747
@@ -96,7 +96,7 @@ def download_link(
9696
9797 See Also
9898 --------
99- ~shiny.Session .download
99+ ~shiny.render .download
100100 ~shiny.ui.download_link
101101 """
102102
You can’t perform that action at this time.
0 commit comments