mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Reformat disclaimer in changelog
This commit is contained in:
parent
46218b8696
commit
295fae6905
1 changed files with 6 additions and 5 deletions
11
CHANGES.rst
11
CHANGES.rst
|
|
@ -28,6 +28,7 @@ Changelog
|
|||
This code will not work:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
dp = Dispatcher()
|
||||
|
||||
def main():
|
||||
|
|
@ -39,13 +40,13 @@ Changelog
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
router = Router()
|
||||
router = Router()
|
||||
|
||||
async def main():
|
||||
dp = Dispatcher()
|
||||
dp.include_router(router)
|
||||
async def main():
|
||||
dp = Dispatcher()
|
||||
dp.include_router(router)
|
||||
|
||||
asyncio.run(main())
|
||||
asyncio.run(main())
|
||||
|
||||
|
||||
Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue