From e844d308c2b06385462c8ec41afc3be84c2ee916 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Wed, 23 Jan 2019 17:30:38 +0100 Subject: [PATCH] Typo? --- Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py index 86e4e600d0..d5ce03fb83 100755 --- a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py +++ b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py @@ -1,4 +1,4 @@ - #!/usr/bin/env python3 +#!/usr/bin/env python3 # # Copyright (C) 2005-2017 Centre National d'Etudes Spatiales (CNES) # @@ -69,7 +69,6 @@ def GetApplicationExamplePythonSnippet(app,idx,expand = False, inputpath="",outp output = "" output += ".. code-block:: python\n\n" - print(app.GetName()) # Render example comment if len(app.GetExampleComment(idx)) > 0: output += "\t# {}\n".format(app.GetExampleComment(idx)) -- GitLab