fix SyntaxWarning: escape backslash in SIGQUIT docstring

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mARTin-B78 2026-06-09 15:38:39 +02:00
parent 99340b0ff3
commit 73264af2be

View File

@ -158,7 +158,7 @@ class Daemon:
self._emit("idle", None, "Ready") self._emit("idle", None, "Ready")
def _install_freeze_diagnostic(self) -> None: def _install_freeze_diagnostic(self) -> None:
"""Register SIGQUIT (Ctrl+\ or kill -QUIT) to dump all thread stacks. """Register SIGQUIT (Ctrl+\\ or kill -QUIT) to dump all thread stacks.
When the system appears frozen, run: When the system appears frozen, run:
kill -QUIT $(pgrep -f blitztext) kill -QUIT $(pgrep -f blitztext)