Skip to content

Commit a682ded

Browse files
typo fix inference bug hunt py
1 parent 7cc554a commit a682ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/inference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ boot20000 = pd.concat([
10521052
boot20000
10531053
```
10541054

1055-
Let's take a look at histograms of the first six replicates of our bootstrap samples.
1055+
Let's take a look at the histograms of the first six replicates of our bootstrap samples.
10561056

10571057
```{code-cell} ipython3
10581058
:tags: []
@@ -1073,7 +1073,7 @@ alt.Chart(six_bootstrap_samples, height=150).mark_bar().encode(
10731073
:name: fig:11-bootstrapping-six-bootstrap-samples
10741074
:figclass: caption-hack
10751075
1076-
Histograms of first six replicates of bootstrap samples.
1076+
Histograms of the first six replicates of the bootstrap samples.
10771077
```
10781078

10791079
+++

0 commit comments

Comments
 (0)