Reformat disclaimer in changelog

This commit is contained in:
Alex Root Junior 2023-02-19 18:20:10 +02:00
parent 46218b8696
commit 295fae6905
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -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