Skip to content

Commit b1bda89

Browse files
committed
typo
1 parent 528a8c4 commit b1bda89

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
@@ -92,7 +92,7 @@ quantified.sel(
9292
We can also perform numerical operations, like integration:
9393

9494
```{code-cell} python
95-
quantified["windspeed"].integrate("months")
95+
quantified["windspeed"].integrate("month")
9696
```
9797

9898
Note how the units are displayed as `"meter * months / second"` and not the expected `"meter"`? This is caused by `pint` trying avoid implicit conversions as much as possible, which can substantially reduce the amount of computations.

0 commit comments

Comments
 (0)