Skip to content

Commit bff03a4

Browse files
committed
fix typos in docstrings
1 parent 801e7b6 commit bff03a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/netCDF4/_netCDF4.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4043,7 +4043,7 @@ behavior is similar to Fortran or Matlab, but different than numpy.
40434043
If not set, the default fill value will be used but no `_FillValue` attribute will be created
40444044
(this is the default behavior of the netcdf-c library). If you want to use the
40454045
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`
40474047
can be used to retrieve the fill value, even if the `_FillValue` attribute is not set.
40484048
40494049
**`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."""
46584658
"""
46594659
**`get_fill_value(self)`**
46604660
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
46624662
pre-filled). Works even if default fill value was used, and `_FillValue` attribute
46634663
does not exist."""
46644664
cdef int ierr, no_fill

0 commit comments

Comments
 (0)