Skip to content

Commit

Permalink
[Doc] Changed type description from function to class
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Diedrich committed Dec 15, 2024
1 parent 9493bb8 commit 6b2fc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dvpio/read/image/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def read_custom(
Path to file
imread
Custom image reading function. Function should expect a filename string
return a numpy array (:function:`dask.array.image.imread`)
return a numpy array (:class:`dask.array.image.imread`)
**kwargs
Keyword arguments passed to :function:`spatialdata.models.Image2DModel.parse`
Keyword arguments passed to :class:`spatialdata.models.Image2DModel.parse`
Returns
-------
Expand Down

0 comments on commit 6b2fc93

Please sign in to comment.