From 69e96e3cb91850543fbe497703783ee18774baa0 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Thu, 2 Jul 2026 13:29:07 +0300 Subject: [PATCH] docs(brand): reword async_loop docstring for accuracy The two arcs are diametrically opposed, not chasing; describe them as opposed curved arrows. Co-Authored-By: Claude Opus 4.8 (1M context) --- brand/build/symbols.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brand/build/symbols.py b/brand/build/symbols.py index b48db14..0a9b95f 100644 --- a/brand/build/symbols.py +++ b/brand/build/symbols.py @@ -116,8 +116,8 @@ def _circ_arc( def async_loop(cx: float, cy: float, r: float) -> str: - """aiohttp cue: an async event-loop cycle (two chasing arrows) knocked out - of a gold disc.""" + """aiohttp cue: an async event-loop cycle — two opposed curved arrows + knocked out of a gold disc.""" rad = r * 0.52 w = 3.4 loop = _circ_arc(cx, cy, rad, 25, 165, w, color=CREAM) + _circ_arc(