Skip to content

Commit f707a11

Browse files
longye-tianmmcky
andauthored
Update lectures/prob_dist.md
Co-authored-by: Matt McKay <[email protected]>
1 parent 707c5dd commit f707a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/prob_dist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ x_amazon = np.asarray(data)
784784
```{code-cell} ipython3
785785
fig, ax = plt.subplots()
786786
ax.hist(x_amazon, bins=20)
787-
ax.set_xlabel('Monthly Return (Percent Change)')
787+
ax.set_xlabel('monthly return (percent change)')
788788
ax.set_ylabel('Density')
789789
plt.show()
790790
```

0 commit comments

Comments
 (0)