Skip to content

Commit 043087a

Browse files
Typo
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent fbb7ee6 commit 043087a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf/mixin/propertiesdatabounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ def filled(self, fill_value=None, bounds=True, inplace=False):
20912091
The fill value. By default the fill returned by
20922092
`fill_value` is used, or if this is not set then
20932093
the netCDF default fill value for the data type is
2094-
used (as defined by `netCDF.fillvals`).
2094+
used (as defined by `cf.default_netCDF_fillvals`).
20952095
20962096
bounds: `bool`, optional
20972097
If False then do not alter any bounds. By default any

0 commit comments

Comments
 (0)