Skip to content

Commit

Permalink
Update audinterface/core/segment.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hagen Wierstorf <[email protected]>
  • Loading branch information
maxschmitt and hagenw authored May 15, 2024
1 parent 8bd24aa commit ee4b742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audinterface/core/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def process_table(
root: str = None,
cache_root: str = None,
process_func_args: typing.Dict[str, typing.Any] = None,
) -> pd.Index:
) -> typing.Union[pd.Series, pd.DataFrame]:
r"""Segment files or segments from a table.
If ``cache_root`` is not ``None``,
Expand Down

0 comments on commit ee4b742

Please sign in to comment.