diff --git a/rich/console.py b/rich/console.py index 36537216..2024f6f2 100644 --- a/rich/console.py +++ b/rich/console.py @@ -1146,7 +1146,7 @@ class Console: status: RenderableType, *, spinner: str = "dots", - spinner_style: str = "status.spinner", + spinner_style: StyleType = "status.spinner", speed: float = 1.0, refresh_per_second: float = 12.5, ) -> "Status":