Skip to content

Commit

Permalink
docs: update docstrings (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Nov 21, 2024
1 parent 517ebc2 commit 3a38f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t4_devkit/viewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ def format_entity(root: str, *entities) -> str:
Formatted entity path.
Examples:
>>> _format_entity("map")
>>> format_entity("map")
>>> "map"
>>> _format_entity("map", "map/base_link")
>>> format_entity("map", "map/base_link")
"map/base_link"
>>> _format_entity("map", "map/base_link", "camera")
>>> format_entity("map", "map/base_link", "camera")
"map/base_link/camera"
"""
if len(entities) == 0:
Expand Down

0 comments on commit 3a38f4f

Please sign in to comment.