Skip to content

Commit e49cfc4

Browse files
authored
DOC: Correct typos: lets -> let's (#10874)
* DOC: lets -> let's * DOC: Correct another typo
1 parent 19f2973 commit e49cfc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/examples/apply_ufunc_vectorize_1d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"### Load data\n",
3030
"\n",
31-
"First lets load an example dataset"
31+
"First let's load an example dataset"
3232
]
3333
},
3434
{

doc/user-guide/hierarchical-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ We can use :py:meth:`xarray.DataTree.match` for this:
426426
We can also subset trees by the contents of the nodes.
427427
:py:meth:`xarray.DataTree.filter` retains only the nodes of a tree that meet a certain condition.
428428
For example, we could recreate the Simpson's family tree with the ages of each individual, then filter for only the adults:
429-
First lets recreate the tree but with an ``age`` data variable in every node:
429+
First let's recreate the tree but with an ``age`` data variable in every node:
430430

431431
.. jupyter-execute::
432432

0 commit comments

Comments
 (0)