From 82639d274e47d84369e3d4e528bb7f800a7f267f Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 20 Jul 2024 13:00:49 +0200 Subject: [PATCH] string-replace.rst: fix trailing whitespace --- doc_src/cmds/string-replace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/string-replace.rst b/doc_src/cmds/string-replace.rst index 086b91277..1d58a69c9 100644 --- a/doc_src/cmds/string-replace.rst +++ b/doc_src/cmds/string-replace.rst @@ -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