Skip to content

Commit

Permalink
Fixed docstring in unregisterSubscriber (#1553)
Browse files Browse the repository at this point in the history
Fixes #1508.
  • Loading branch information
BoukeKromTNO authored and dirk-thomas committed Aug 3, 2020
1 parent 1fe09fb commit d0c33a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rosmaster/src/rosmaster/master_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def registerSubscriber(self, caller_id, topic, topic_type, caller_api):
@apivalidate(0, (is_topic('topic'), is_api('caller_api')))
def unregisterSubscriber(self, caller_id, topic, caller_api):
"""
Unregister the caller as a publisher of the topic.
Unregister the caller as a subscriber of the topic.
@param caller_id: ROS caller id
@type caller_id: str
@param topic: Fully-qualified name of topic to unregister.
Expand Down

0 comments on commit d0c33a7

Please sign in to comment.