mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									3c8e6b8d65
								
							
						
					
					
						commit
						2d81a23ae8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue