Skip to content

Commit 85572cc

Browse files
committed
Fix docstring type annotation;
1 parent 405547c commit 85572cc

File tree

1 file changed

+1
-1
lines changed
  • e3sm_diags/driver/utils

1 file changed

+1
-1
lines changed

e3sm_diags/driver/utils/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _write_vars_to_single_netcdf(
209209
ds_ref : xr.Dataset
210210
The dataset containing the ref variable. If this is a model-only run
211211
then it will be the same dataset as ``ds_test``.
212-
ds_diff : xr.DataArray | none
212+
ds_diff : xr.DataArray | None
213213
The optional dataset containing the difference between the test and
214214
reference variables.
215215
"""

0 commit comments

Comments
 (0)