We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9426a68 commit bac97edCopy full SHA for bac97ed
src/netCDF4/utils.py
@@ -44,7 +44,7 @@ def _find_dim(grp, dimname):
44
except:
45
raise ValueError("cannot find dimension %s in this group or parent groups" % dimname)
46
if dim is None:
47
- raise KeyError("dimension %s not defined in group %s or any group in it's family tree" % (dimname, grp.path))
+ raise KeyError("dimension %s not defined in group %s or any group in its family tree" % (dimname, grp.path))
48
else:
49
return dim
50
0 commit comments