Skip to content

Commit cfb550b

Browse files
CopilotAKArien
andauthored
Fix docstring style: use regular hyphen instead of em dash for consistency
Agent-Logs-Url: https://github.com/AKArien/newsflash/sessions/a6a36235-533e-48bf-8027-814233792cda Co-authored-by: AKArien <154227120+AKArien@users.noreply.github.com>
1 parent 315e212 commit cfb550b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""newsflash.config Configuration loading and inotify-based hot-reload."""
1+
"""newsflash.config - Configuration loading and inotify-based hot-reload."""
22

33
from __future__ import annotations
44

flasher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""newsflash.flasher LED device discovery and brightness animation."""
1+
"""newsflash.flasher - LED device discovery and brightness animation."""
22

33
from __future__ import annotations
44

newsflash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
"""newsflash D-Bus notification listener that flashes keyboard LEDs.
2+
"""newsflash - D-Bus notification listener that flashes keyboard LEDs.
33
44
Eavesdrops on the session bus for org.freedesktop.Notifications.Notify and
55
triggers a brightness animation on matched LED devices for each notification.

0 commit comments

Comments
 (0)