docstring

This commit is contained in:
Will McGugan
2022-08-22 22:38:08 +01:00
parent c891f6b70a
commit b7b32f0429

View File

@@ -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