Skip to content

Commit 7cc554a

Browse files
typo fix py bug hunt
1 parent 8899cf5 commit 7cc554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ glue("quantile_3", "{:0.0f}".format(round(sample_estimates["mean_price"].quantil
615615
In {numref}`fig:11-example-means4`, the sampling distribution of the mean
616616
has one peak and is bell-shaped. Most of the estimates are between
617617
about \${glue:text}`quantile_1` and
618-
\${glue:text}`quantile_3`; but there are
618+
\${glue:text}`quantile_3`; but there is
619619
a good fraction of cases outside this range (i.e., where the point estimate was
620620
not close to the population parameter). So it does indeed look like we were
621621
quite lucky when we estimated the population mean with only

0 commit comments

Comments
 (0)