From a61c0b7ace71eb5d82293ac40eec10b7e393fabf Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Tue, 26 May 2026 00:27:38 -0700 Subject: [PATCH] docs: remove duplicate "these" in transformations.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Input transformation paragraph said "except these these affect the data" -- removes the duplicate. Signed-off-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> (cherry picked from commit de7723c4fd6e8133114062635178a0c52928c079) Signed-off-by: MaurĂ­cio Meneghini Fauth --- doc/transformations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/transformations.rst b/doc/transformations.rst index 152f5b462c..bb3f7e51dc 100644 --- a/doc/transformations.rst +++ b/doc/transformations.rst @@ -89,7 +89,7 @@ They are called ':term:`Media type`', 'Browser transformation' and :config:option:`$cfg['DefaultTransformations']`. * 'Input transformation' is another drop-down menu that corresponds exactly with the instructions above for "Browser display transformation" except - these these affect the data before insertion in to the database. These are + these affect the data before insertion in to the database. These are most commonly used to either provide a specialized editor (for example, using the phpMyAdmin SQL editor interface) or selector (such as for uploading an image). It's also possible to manipulate the data such as converting an IPv4 address to binary