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 [ ...])