mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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:
|
This code will not work:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
dp = Dispatcher()
|
dp = Dispatcher()
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
@ -39,13 +40,13 @@ Changelog
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
router = Router()
|
router = Router()
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
dp = Dispatcher()
|
dp = Dispatcher()
|
||||||
dp.include_router(router)
|
dp.include_router(router)
|
||||||
|
|
||||||
asyncio.run(main())
|
asyncio.run(main())
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue