reorder doc args

This commit is contained in:
Elijah 2024-11-21 14:15:11 +00:00
parent d3d7257b9c
commit 03388ca333

View File

@ -712,9 +712,9 @@ def redirect(
Args:
path: The path to redirect to.
external: Whether to open in new tab or not.
is_external: Whether to open in new tab or not.
replace: If True, the current page will not create a new history entry.
external: Whether to open in new tab or not.
Returns:
An event to redirect to the path.