Skip to content

Commit

Permalink
Fix small issue in documentation's example
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed May 23, 2024
1 parent b208882 commit 7deaa85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aioclock/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class AioClock:
AioClock is the main class that will be used to run the tasks.
It will be responsible for running the tasks in the right order.
Example:
Example:
```python
from aioclock import AioClock, Once
app = AioClock()
Expand All @@ -45,6 +45,7 @@ async def main():
To run the aioclock final app simply do:
Example:
```python
from aioclock import AioClock, Once
app = AioClock()
Expand Down

0 comments on commit 7deaa85

Please sign in to comment.