Skip to content

Commit 1e04120

Browse files
Fix _FillValue note (#305)
1 parent 579bc17 commit 1e04120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: overview/xarray-in-45-min.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
"metadata": {},
923923
"source": [
924924
"```{note}\n",
925-
"To avoid the `SerializationWarning` you can assign a _FillValue for any NaNs in 'air' array by adding the keyword argument encoding=dict(air={_FillValue=-9999})\n",
925+
"To avoid the `SerializationWarning` you can assign a _FillValue for any NaNs in 'air' array by adding the keyword argument `encoding=dict(air=dict(_FillValue=-9999))`\n",
926926
"```"
927927
]
928928
},

0 commit comments

Comments
 (0)