about summary refs log tree commit diff homepage
path: root/blog/conseq.md
diff options
context:
space:
mode:
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