File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2038,7 +2038,7 @@ determine if the dimension is unlimited"""
2038
2038
cdef char * dimname
2039
2039
cdef size_t lendim
2040
2040
self ._grpid = grp._grpid
2041
- # make a weak ref to group to avoid circular ref (issue 218)
2041
+ # make a weakref to group to avoid circular ref (issue 218)
2042
2042
self ._grp = weakref.proxy(grp)
2043
2043
self ._data_model = grp.data_model
2044
2044
self ._name = name
@@ -2264,7 +2264,7 @@ instance. If C{None}, the data is not truncated. """
2264
2264
if type (dimensions) == str or type (dimensions) == bytes or type (dimensions) == unicode :
2265
2265
dimensions = dimensions,
2266
2266
self ._grpid = grp._grpid
2267
- # make a weak ref to group to avoid circular ref (issue 218)
2267
+ # make a weakref to group to avoid circular ref (issue 218)
2268
2268
self ._grp = weakref.proxy(grp)
2269
2269
# convert to a real numpy datatype object if necessary.
2270
2270
if (not isinstance (datatype, CompoundType) and \
You can’t perform that action at this time.
0 commit comments