From 7a8022583a26816707ffe3deeb91bdbdef410c28 Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Wed, 12 Dec 2018 16:18:35 +0100
Subject: [PATCH] DOC: typo in otbGenerateWrappersRstDoc.py

---
 Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
index 0c34d67312..b3bd9d0460 100755
--- a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
+++ b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
@@ -210,7 +210,7 @@ def rst_parameter_value(app, key):
     values.update({ParameterType_Float: "float"})
     values.update({ParameterType_String: "string"})
     values.update({ParameterType_StringList: "string1 string2..."})
-    values.update(dict.fromkeys([ParameterType_InputFilename, ParameterType_OutputFilename], "filename) [dtype]"))
+    values.update(dict.fromkeys([ParameterType_InputFilename, ParameterType_OutputFilename], "filename [dtype]"))
     values.update(dict.fromkeys([ParameterType_InputImage, ParameterType_ComplexInputImage], "image"))
     values.update(dict.fromkeys([ParameterType_OutputImage, ParameterType_ComplexOutputImage], "image [dtype]"))
     values.update(dict.fromkeys([ParameterType_InputVectorData, ParameterType_OutputVectorData], "vectorfile"))
-- 
GitLab