Skip to content

Commit 2214a2d

Browse files
committed
Docstring fixes
1 parent 22299f1 commit 2214a2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/imcflibs/iotools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def filehandle(fname, mode="r"):
2222
Parameters
2323
----------
2424
fname : str or filehandle
25+
The object to ensure it is a file handle, or to create one from it.
2526
mode : str
2627
The desired mode of the filehandle (default=read).
2728

0 commit comments

Comments
 (0)