Skip to content

Commit 6b003cf

Browse files
author
Siddharth Kucheria
committed
function description
1 parent 2455983 commit 6b003cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rclpy/rclpy/node.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,11 +1468,11 @@ def get_client_names_and_types_by_node(
14681468
"""
14691469
Get a list of discovered service client topics for a remote node.
14701470
1471-
:param node_name: Name of a remote node to get services for.
1471+
:param node_name: Name of a remote node to get service clients for.
14721472
:param node_namespace: Namespace of the remode node.
14731473
:return: List of tuples.
1474-
The fist element of each tuple is the service name and the second element is a list of
1475-
service types.
1474+
The fist element of each tuple is the service client name and the second element is a list of
1475+
service client types.
14761476
"""
14771477
with self.handle as capsule:
14781478
return _rclpy.rclpy_get_client_names_and_types_by_node(

0 commit comments

Comments
 (0)