Skip to content

Commit 7526672

Browse files
peterpeter
authored andcommitted
fix docstring
1 parent 673b867 commit 7526672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyspacemouse/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_connected_devices() -> List[Tuple[str, str]]:
3131
"""Return the paths and names of the supported devices currently connected.
3232
3333
Returns:
34-
Tuple of two lists: (device_paths, device_names)
34+
List of tuples: (device_path, device_name).
3535
Empty list if no supported devices are found.
3636
3737
Raises:

0 commit comments

Comments
 (0)