Skip to content

Commit 0bbafbc

Browse files
HumphreyYangmmcky
andauthored
Update lectures/inflation_history.md
Co-authored-by: mmcky <mmcky@users.noreply.github.com>
1 parent b68b064 commit 0bbafbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/inflation_history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def pe_plot(p_seq, e_seq, index, labs, ax):
295295
def pr_plot(p_seq, index, ax):
296296
"Generate plots for inflation rates."
297297
298-
# alculate the difference of log p_seq
298+
# Calculate the difference of log p_seq
299299
log_diff_p = np.diff(np.log(p_seq))
300300
301301
# graph for the difference of log p_seq

0 commit comments

Comments
 (0)