about summary refs log tree commit diff homepage
path: root/blog/conseq.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-15 17:25:56 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-15 17:25:56 +0700
commitf3074f4e4e88e0f27ac115535479382460cdfb82 (patch)
tree2a890e7d6d47fabe4157494a54df4d11639dd0b5 /blog/conseq.md
parent789398fabdae29116cca5e9da42b34dbb6d81705 (diff)
downloadsite-f3074f4e4e88e0f27ac115535479382460cdfb82.tar.gz
Nit pick wordings and format
Diffstat (limited to 'blog/conseq.md')
-rw-r--r--blog/conseq.md2
1 files changed, 1 insertions, 1 deletions
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