mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Fix typo
This commit is contained in:
parent
3c8e6b8d65
commit
2d81a23ae8
|
@ -9,7 +9,7 @@ changelog:
|
||||||
- Complete overhaul of the article, rewrite most things
|
- Complete overhaul of the article, rewrite most things
|
||||||
- Focus more on explaining generics as a concept too, not just their variance
|
- 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'
|
- 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
|
Generics and variance are advanced concepts in Python's type system that offer powerful ways to write code that is
|
||||||
|
|
Loading…
Reference in a new issue