autopushed

This commit is contained in:
2023-09-25 00:57:23 +02:00
parent aaa8ef7353
commit df0a979020
+1 -1
View File
@@ -43,7 +43,7 @@ def is_prime(n):
class AgoraCmd(click.Command):
def format_help(self, ctx, formatter):
click.echo("""Usage:
- Visit anagora.org/primes to execute this file in the Agora of Flancia.")
- Visit anagora.org/primes to execute this file in the Agora of Flancia.
- In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. <bin/foo.py bar> from your garden.")
""")