string-replace.rst: fix trailing whitespace

This commit is contained in:
Johannes Altmanninger 2024-07-20 13:00:49 +02:00
parent ff72080aac
commit 82639d274e

View File

@ -9,7 +9,7 @@ Synopsis
.. synopsis::
string replace [-a | --all] [-f | --filter] [-i | --ignore-case]
[-r | --regex] [(-m | --max-matches) MAX] [-q | --quiet]
[-r | --regex] [(-m | --max-matches) MAX] [-q | --quiet]
PATTERN REPLACEMENT [STRING ...]
.. END SYNOPSIS