Skip to content

Commit

Permalink
read_swc: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jan 11, 2024
1 parent 2d40bd3 commit d1ccb48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion navis/io/swc_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ def read_swc(f: Union[str, pd.DataFrame, Iterable],
f : str | pandas.DataFrame | iterable
Filename, folder, SWC string, URL or DataFrame.
If folder, will import all ``.swc`` files. If a
``.zip`` file will read all SWC files in the file.
``.zip``, ``.tar`` or ``.tar.gz`` file will read all
SWC files in the file. See also ``limit`` parameter.
connector_labels : dict, optional
If provided will extract connectors from SWC.
Dictionary must map type to label:
Expand Down

0 comments on commit d1ccb48

Please sign in to comment.