Skip to content

Commit 2c90c7e

Browse files
committed
RF: rename class to
1 parent a06689e commit 2c90c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/elemcont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .externals.six import iteritems
1818

1919

20-
class Elem(object):
20+
class MetaElem(object):
2121
'''Basic element type has a `value` and a `meta` attribute.'''
2222
def __init__(self, value, meta=None):
2323
self.value = value

0 commit comments

Comments
 (0)