Skip to content
Snippets Groups Projects
Commit 30de770f authored by Evan Edmond's avatar Evan Edmond
Browse files

DOC: update docstring

parent cf1b038a
No related branches found
No related tags found
No related merge requests found
......@@ -1006,8 +1006,9 @@ class Image(Nifti):
"""Create an ``Image`` object with the given image data or file name.
:arg image: A string containing the name of an image file to load,
or a :mod:`numpy` array, or a :mod:`nibabel` image
object, or an ``Image`` object.
or a Path object pointing to an image file, or a
:mod:`numpy` array, or a :mod:`nibabel` image object,
or an ``Image`` object.
:arg name: A name for the image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment