about summary refs log tree commit diff homepage
path: root/blog/2020/gsoc/article/1.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-14 12:15:17 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-14 12:15:17 +0700
commitf0f838c13f4a552dca7b5dbaca066a382c1145f8 (patch)
treee9c5ceb32aea9035c535e9dcb336066b19d6a6cd /blog/2020/gsoc/article/1.md
parent6add857c033e6f836257f2b6bc659ec23b1cf74a (diff)
downloadsite-f0f838c13f4a552dca7b5dbaca066a382c1145f8.tar.gz
Update Franklin
Diffstat (limited to 'blog/2020/gsoc/article/1.md')
-rw-r--r--blog/2020/gsoc/article/1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/2020/gsoc/article/1.md b/blog/2020/gsoc/article/1.md
index b0e6a7b..b98e2d5 100644
--- a/blog/2020/gsoc/article/1.md
+++ b/blog/2020/gsoc/article/1.md
@@ -69,7 +69,7 @@ the resolution of dependency.  While this is only applicable to wheels
 (i.e. prebuilt packages), other packaging format only make up less than 20%
 of the downloads (at least on PyPI), and the figure is much less for
 the most popular packages.  Therefore, this optimization alone could make
-[the upcoming backtracking resolver][]'s performance par with the legacy one.
+[the upcoming backtracking resolver]'s performance par with the legacy one.
 
 During the last few years, there has been a lot of effort being poured into
 replacing `pip`'s current resolver that is unable to resolve conflicts.