From 653bf433a3d4c9d09329335381193b8be1c2edc4 Mon Sep 17 00:00:00 2001 From: darksidecat <58224121+darksidecat@users.noreply.github.com> Date: Mon, 11 Oct 2021 22:17:40 +0300 Subject: [PATCH] Update docs/dispatcher/filters/index.rst Co-authored-by: Alex Root Junior --- docs/dispatcher/filters/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dispatcher/filters/index.rst b/docs/dispatcher/filters/index.rst index 7200c611..1c997960 100644 --- a/docs/dispatcher/filters/index.rst +++ b/docs/dispatcher/filters/index.rst @@ -82,7 +82,7 @@ Resolving filters with default value Bound Filters with only default arguments will be automatically applied with default values to each handler in the router and nested routers to which this filter is bound. -For example, although we do not specify chat_type in the handler filters, +For example, although we do not specify :code:`chat_type` in the handler filters, but since the filter has a default value, the filter will be applied to the handler with a default value :code:`private`: