Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
apple1417 committed Dec 28, 2024
1 parent 32596e5 commit 73a1b23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion command_extensions/builtins/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def parse_clone_target(name: str, src_class: str) -> tuple[UObject | None, str]
Args:
name: The full object name to parse.
src_class: The class of the source object. The target must use this class (or object).
suppress_exists: If true, doesn't log exists errors to console.
Returns:
A tuple of the target's outer object and it's name, or a tuple of two `None`s on error.
"""
Expand Down

0 comments on commit 73a1b23

Please sign in to comment.