From 108a002629837d0a2f36473ae8ede837f169ac65 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 17 Oct 2023 23:33:00 +0200 Subject: [PATCH] autopushed --- bin/hex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hex.py b/bin/hex.py index 95b995d7b..cdec91149 100755 --- a/bin/hex.py +++ b/bin/hex.py @@ -33,7 +33,7 @@ class AgoraCmd(click.Command): @click.command(cls=AgoraCmd) @click.argument('n', type=click.INT) def hexnum(n, centered=True): - """Calculates the first n hex numbers: buggy for now, it both under- and over-prints :).""" + """Calculates the first n hex numbers just for fun :)""" # Going through this from first principles (from memory/deducing this) for fun :)