From 16315edb651db6fd1a9ee7c6bcccea150bfe16c7 Mon Sep 17 00:00:00 2001
From: Cyril Moineau <cyril.moineau@cea.fr>
Date: Wed, 15 Nov 2023 09:17:43 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 python_binding/graph/pybind_GraphView.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python_binding/graph/pybind_GraphView.cpp b/python_binding/graph/pybind_GraphView.cpp
index 02b69b857..cea1f2703 100644
--- a/python_binding/graph/pybind_GraphView.cpp
+++ b/python_binding/graph/pybind_GraphView.cpp
@@ -62,7 +62,7 @@ void init_GraphView(py::module& m) {
           Include a GraphView to the current GraphView object.
 
           :param other_graph: GraphView to add
-          :type otherGraph: GraphView
+          :type other_graph: GraphView
           )mydelimiter")
 
           .def("add_child",
-- 
GitLab