Skip to content
Snippets Groups Projects
Unverified Commit 5e5f6299 authored by mmcky's avatar mmcky Committed by GitHub
Browse files

FIX: Address typo in docs (#1841)

parent da5dbfba
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ glue("boot_chi_notdisplayed", chi, display=False)
You can also glue visualizations, such as Matplotlib figures (here we use `display=False` to ensure that the figure isn't plotted twice):
```{code-cell} ipython3
# Visualize the historgram with the intervals
# Visualize the histogram with the intervals
fig, ax = plt.subplots()
ax.hist(means)
for ln in [clo, chi]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment