Skip to content

Commit 4e7505c

Browse files
committed
Merge branch 'img-source' of https://github.com/BiocPy/SpatialExperiment into img-source
2 parents c0cbf4f + 62287d8 commit 4e7505c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spatialexperiment/SpatialImage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def image(self, image: Union[Image.Image, np.ndarray]):
296296

297297
def img_source(self, as_path: bool = False) -> None:
298298
"""Get the source of the loaded image.
299-
299+
300300
Returns:
301301
Always returns None.
302302
"""
@@ -666,7 +666,7 @@ def img_source(self, as_path: bool = False) -> str:
666666
as_path: If True, returns downloaded path. Defaults to False.
667667
668668
Returns:
669-
URL or cached path of the image.
669+
URL or cached path of the image.
670670
"""
671671
if as_path:
672672
return str(self._download_image())

0 commit comments

Comments
 (0)