Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0272e1

Browse files
Fix minor formatting issue in nrrd.write docstring for header param (#140)
1 parent eef9a61 commit c0272e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nrrd/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def write(file: Union[str, IO], data: npt.NDArray, header: Optional[NRRDHeader]
289289
Filename or file object of the NRRD file
290290
data : :class:`numpy.ndarray`
291291
Data to save to the NRRD file
292-
header: :class:`dict` , optional
292+
header : :class:`dict` (:class:`str`, :obj:`Object`), optional
293293
NRRD headers
294294
detached_header : :obj:`bool` or :obj:`str`, optional
295295
Whether the header and data should be saved in separate files. Defaults to :obj:`False`. If a :obj:`str` is

0 commit comments

Comments
 (0)