From e01c07791148ee5e04b81e4559591046f2c3d993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giorgi=20Tsutskiridze=20=28=E1=83=92=E1=83=98=E1=83=9D?= =?UTF-8?q?=E1=83=A0=E1=83=92=E1=83=98=20=E1=83=AA=E1=83=A3=E1=83=AA?= =?UTF-8?q?=E1=83=A5=E1=83=98=E1=83=A0=E1=83=98=E1=83=AB=E1=83=94=29?= Date: Thu, 1 Apr 2021 15:17:11 +0400 Subject: [PATCH] Corrected typo on line 501 --- lectures/python_by_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/python_by_example.md b/lectures/python_by_example.md index 9967a1c2..ba5c962f 100644 --- a/lectures/python_by_example.md +++ b/lectures/python_by_example.md @@ -498,7 +498,7 @@ x_0 = 0 \quad \text{and} \quad t = 0,\ldots,T $$ -Use $T=200$, $\alpha = 0.9$ and $\{\epsilon_t\}$ as before. +Use $T=200$, $\alpha = 0.9 \,$ and $\{\epsilon_t\}$ as before. Search online for a function that can be used to compute the absolute value $|x_t|$.