File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4043,7 +4043,7 @@ behavior is similar to Fortran or Matlab, but different than numpy.
4043
4043
If not set, the default fill value will be used but no `_FillValue` attribute will be created
4044
4044
(this is the default behavior of the netcdf-c library). If you want to use the
4045
4045
default fill value, but have the `_FillValue` attribute set, use
4046
- `fill_value='default'` (note - this only works for primitive data types). `` Variable.get_fill_value`
4046
+ `fill_value='default'` (note - this only works for primitive data types). `Variable.get_fill_value`
4047
4047
can be used to retrieve the fill value, even if the `_FillValue` attribute is not set.
4048
4048
4049
4049
**`chunk_cache`**: If specified, sets the chunk cache size for this variable.
@@ -4658,7 +4658,7 @@ return the group that this `Variable` is a member of."""
4658
4658
"""
4659
4659
**`get_fill_value(self)`**
4660
4660
4661
- return the fill value associated with this `Variable` (None if data is not
4661
+ return the fill value associated with this `Variable` (returns ` None` if data is not
4662
4662
pre-filled). Works even if default fill value was used, and `_FillValue` attribute
4663
4663
does not exist."""
4664
4664
cdef int ierr, no_fill
You can’t perform that action at this time.
0 commit comments