From 0f30e0fe1cedb80c2a2004cebedac6ac96c4b31d Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 1 May 2026 09:47:12 -0400 Subject: [PATCH] Help: Fix indentation of list(FILTER) docs --- Help/command/list.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Help/command/list.rst b/Help/command/list.rst index 88516f0e90..6b7f044a15 100644 --- a/Help/command/list.rst +++ b/Help/command/list.rst @@ -122,13 +122,13 @@ Modification .. signature:: list(FILTER REGEX ) -.. versionadded:: 3.6 + .. versionadded:: 3.6 -Includes or removes items from the list that match the mode's pattern. -In ``REGEX`` mode, items will be matched against the given regular expression. + Includes or removes items from the list that match the mode's pattern. + In ``REGEX`` mode, items will be matched against the given regular expression. -For more information on regular expressions look under -:ref:`string(REGEX) `. + For more information on regular expressions look under + :ref:`string(REGEX) `. .. signature:: list(INSERT [ ...])