Skip to content

Commit d61b1a0

Browse files
committed
Fix docstring
1 parent 6123e6a commit d61b1a0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/imcflibs/imagej/bioformats.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,7 @@ def write_bf_memoryfile(path_to_file):
239239
Parameters
240240
----------
241241
path_to_file : string
242-
The full path to the image file
243-
244-
Returns
245-
-------
246-
Nothing
242+
The full path to the image file.
247243
"""
248244
reader = Memoizer(ImageReader())
249245
reader.setId(path_to_file)

0 commit comments

Comments
 (0)