From 7e3a1f92111e7b68db16e6dc93a238c8ce2aa997 Mon Sep 17 00:00:00 2001 From: thibault allenet <thibault.allenet@cea.fr> Date: Wed, 2 Aug 2023 15:48:41 +0000 Subject: [PATCH] Correct recipie python API doc --- python_binding/recipies/pybind_Recipies.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_binding/recipies/pybind_Recipies.cpp b/python_binding/recipies/pybind_Recipies.cpp index ba03c3b1b..b4147dcb4 100644 --- a/python_binding/recipies/pybind_Recipies.cpp +++ b/python_binding/recipies/pybind_Recipies.cpp @@ -35,7 +35,7 @@ void init_Recipies(py::module &m) { Parameters ---------- :param nodes: The flatten operator to remove. - :type condition: list of `aidge.node` + :type nodes: list of `aidge.node` )mydelimiter"); -- GitLab