autopushed

This commit is contained in:
2023-10-17 23:33:00 +02:00
parent 3d4e608b6c
commit 108a002629
+1 -1
View File
@@ -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 :)