Skip to content
Snippets Groups Projects
Commit 2955607c authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: Image.ndims (deprecated) was broken

parent e6eae8f7
No related branches found
No related tags found
No related merge requests found
...@@ -506,7 +506,7 @@ class Nifti(notifier.Notifier, meta.Meta): ...@@ -506,7 +506,7 @@ class Nifti(notifier.Notifier, meta.Meta):
details='Use ndim instead') details='Use ndim instead')
def ndims(self): def ndims(self):
"""Deprecated - use :mod::meth:``ndim`` instead. """ """Deprecated - use :mod::meth:``ndim`` instead. """
return self.ndim() return self.ndim
@deprecation.deprecated(deprecated_in='1.1.0', @deprecation.deprecated(deprecated_in='1.1.0',
......
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