Skip to content

Commit

Permalink
docs(core): update types
Browse files Browse the repository at this point in the history
  • Loading branch information
yzx9 committed Dec 14, 2023
1 parent de439db commit 06239bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swcgeom/core/swc_utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_swc(
Parameters
----------
swc_file : str
swc_file : PathOrIO
Path of swc file, the id should be consecutively incremented.
extra_cols : Iterable[str], optional
Read more cols in swc file.
Expand Down Expand Up @@ -142,7 +142,7 @@ def parse_swc(
Parameters
----------
fname : str
fname : PathOrIO
names : SWCNames
extra_cols : list of str, optional
encoding : str | 'detect', default `utf-8`
Expand Down

0 comments on commit 06239bd

Please sign in to comment.