Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno committed Feb 17, 2020
1 parent 56f666c commit 6173f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rclpy/rclpy/handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Handle:
:meth:`destroy` allows early destruction of the pycapsule.
The managed `rclpy_handle_t` blocks destruction as long as another rcl object needs this one
A managed `rclpy_handle_t` blocks destruction as long as another `rclpy_handler_t` needs it
to exist.
If :meth:`destroy` is never called then the pycapsule will be destructed when it is
garbage collected.
Expand Down
2 changes: 1 addition & 1 deletion rclpy/src/rclpy_common/include/rclpy_common/handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ _rclpy_handle_get_pointer(rclpy_handle_t * handle);
/**
* PyExc_RuntimeError is set, if `handle` is NULL, o if the managed pointer is NULL.
*
* \param dependency Handle object which its reference count will be incremented.
* \param dependency Handle object whose reference count will be incremented.
* \param dependent Handle object that keeps a reference to the `dependency`.
*/
void
Expand Down

0 comments on commit 6173f44

Please sign in to comment.