Skip to content

Commit c788c89

Browse files
committed
more typos
1 parent 5eec4a9 commit c788c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agnostic/pint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ xr.set_options(
4545
ds = (
4646
xr.tutorial.open_dataset("eraint_uvz")
4747
.load()
48-
.assign_coords(months=lambda ds: ds["months"].assign_attrs({"units": "months"}))
48+
.assign_coords(month=lambda ds: ds["month"].assign_attrs({"units": "months"}))
4949
.assign(windspeed=lambda ds: np.hypot(ds["u"], ds["v"]))
5050
)
5151
ds

0 commit comments

Comments
 (0)