Skip to content

Commit baae68f

Browse files
committed
reword
1 parent 300ec8e commit baae68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/agnostic/pint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Note how all variables are associated with a {py:class}`pint.Quantity` array, an
6767

6868
### Selection
6969

70-
Selecting with quantities will do the right thing, converting to the index' units:
70+
With the `PintIndex`, selecting with quantities will convert the indexers to the index' units:
7171

7272
```{python}
7373
quantified.sel(
@@ -76,7 +76,7 @@ quantified.sel(
7676
)
7777
```
7878

79-
or raising on incompatible units:
79+
or raise on incompatible units:
8080

8181
```{python}
8282
quantified.sel(

0 commit comments

Comments
 (0)