From 35533c57f12bbef4bf03c3bf12992c7d01a47cd3 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 14 Aug 2022 19:17:09 +0300 Subject: [PATCH] Whitespace in changelog --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index ab8c2e01..067fcc89 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,7 @@ Features - Added possibility to combine filters or invert result Example: + .. code-block:: python Text(text="demo") | Command(commands=["demo"]) MyFilter() & AnotherFilter()