Skip to content

Commit e4a3fbe

Browse files
committed
doc fixes
1 parent 7902258 commit e4a3fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/roslibpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
=================
4343
4444
ROS 1 vs ROS 2
45-
------------
45+
--------------
4646
4747
This library has been tested to work with ROS 1. ROS 2 should work, but it is still
4848
in the works.

src/roslibpy/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def send_goal(self, goal, resultback, feedback, errback):
560560
Note: The action client is non-blocking.
561561
562562
Args:
563-
request (:class:`.ServiceRequest`): Service request.
563+
goal (:class:`.ActionGoal`): Action goal.
564564
resultback: Callback invoked on receiving action result.
565565
feedback: Callback invoked on receiving action feedback.
566566
errback: Callback invoked on error.

0 commit comments

Comments
 (0)