From 2d81a23ae8f1f77d92ed7302f34a8f7f2b4941f3 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 5 Sep 2024 08:29:27 +0200 Subject: [PATCH] Fix typo --- content/posts/generics-and-variance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/generics-and-variance.md b/content/posts/generics-and-variance.md index 0f913b3..52bed27 100644 --- a/content/posts/generics-and-variance.md +++ b/content/posts/generics-and-variance.md @@ -9,7 +9,7 @@ changelog: - Complete overhaul of the article, rewrite most things - Focus more on explaining generics as a concept too, not just their variance - Rename the article from 'Variance of typing generics (covariance, contravariance and invariance)' to 'Typing generics and variance' - - Move section about type vars into ti's own [article]({{< ref "posts/type-vars" >}}) + - Move section about type vars into it's own [article]({{< ref "posts/type-vars" >}}) --- Generics and variance are advanced concepts in Python's type system that offer powerful ways to write code that is