From f3074f4e4e88e0f27ac115535479382460cdfb82 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 15 Nov 2021 17:25:56 +0700 Subject: Nit pick wordings and format --- blog/conseq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/conseq.md') diff --git a/blog/conseq.md b/blog/conseq.md index 27dada3..1891522 100644 --- a/blog/conseq.md +++ b/blog/conseq.md @@ -251,7 +251,7 @@ def power_series(c, start=0, a=0): ``` We can use this to compute functions that can be written as -[Taylor series]: +[Taylor series][]: ```python from math import factorial -- cgit 1.4.1