fix: wrong docstring

This commit is contained in:
2 * r + 2 * t
2026-06-16 00:58:04 +10:00
parent 51e858b73f
commit 342dfc71e1
+1 -1
View File
@@ -16,7 +16,7 @@ def disable_input() -> None:
def log_exception(func):
"""Log exceptions to stdout instead of raising
"""Log exceptions to stderr instead of raising.
Used by the `apply_()` functions so that an exception, when applying
a theme, does not prevent the other themes from being applied.