diff --git a/examples/hello_clock.py b/examples/hello_clock.py index ca178e2..b9ad764 100644 --- a/examples/hello_clock.py +++ b/examples/hello_clock.py @@ -2,7 +2,7 @@ async def print_every_second(): - "Print seconds" + """Print seconds""" while True: for i in range(60): print(i, 's')