Skip to content

Commit 0c33b84

Browse files
committed
remove "for"
1 parent 1a0a299 commit 0c33b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/time_series_with_matrices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import numpy as np
5050
import matplotlib.pyplot as plt
5151
from matplotlib import cm
5252
53-
# Custom figsize required for this lecture
53+
# Custom figsize for this lecture
5454
plt.rcParams["figure.figsize"] = (11, 5)
5555
5656
# Set decimal printing to 3 decimal places

0 commit comments

Comments
 (0)