From dd8b49e4b9eaa515ed0790ff04fa722d0a34efd2 Mon Sep 17 00:00:00 2001 From: Ivan Santiago Paunovic Date: Fri, 10 Apr 2020 15:46:30 -0300 Subject: [PATCH] nit Signed-off-by: Ivan Santiago Paunovic Co-Authored-By: Michel Hidalgo --- rclpy/src/rclpy/_rclpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclpy/src/rclpy/_rclpy.c b/rclpy/src/rclpy/_rclpy.c index ac0f6be85..b69ed0c7e 100644 --- a/rclpy/src/rclpy/_rclpy.c +++ b/rclpy/src/rclpy/_rclpy.c @@ -3567,7 +3567,7 @@ rclpy_get_node_names_and_namespaces(PyObject * Py_UNUSED(self), PyObject * args) * * \param[in] pynode Capsule pointing to the node * \return Python list of tuples where each tuple contains three strings: - * the node name,node namespace and the security context. + * node name, namespace and security context. */ static PyObject * rclpy_get_node_names_and_namespaces_with_security_contexts(