Update scene.rst

I think this is a typo.
This commit is contained in:
Sergei Goncharov 2024-07-13 23:18:51 +07:00 committed by GitHub
parent ac96f0d233
commit 42bd98169f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,7 +223,7 @@ Each event type can be filtered in the same way as in the Router.
Also each event type can be marked as scene entry point, exit point or leave point.
If you want to mark the scene can be entered from message or inline query,
you should use :code:`on.message` or :code:`on.inline_query` marker:
you should use :code:`on.message` or :code:`on.callback_query` marker:
.. code-block:: python