diff --git a/docs/examples/introduction/stopwatch.py b/docs/examples/introduction/stopwatch.py index 8cc865052..ee7f514aa 100644 --- a/docs/examples/introduction/stopwatch.py +++ b/docs/examples/introduction/stopwatch.py @@ -96,6 +96,7 @@ class StopwatchApp(App): timers.last().remove() def action_toggle_dark(self) -> None: + """An action to toggle dark mode.""" self.dark = not self.dark