Skip to content

Commit e3f78e5

Browse files
committed
Fix small typo in docstring
1 parent ad35a10 commit e3f78e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/coding/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def _is_time_like(units):
261261

262262

263263
def _check_fill_values(attrs, name, dtype):
264-
""" "Check _FillValue and missing_value if available.
264+
"""Check _FillValue and missing_value if available.
265265
266266
Return dictionary with raw fill values and set with encoded fill values.
267267

0 commit comments

Comments
 (0)