mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Fix dataclassses spelling (GH-28837)
This commit is contained in:
		
							parent
							
								
									dbd62e74da
								
							
						
					
					
						commit
						5b4a7675bc
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1907,7 +1907,7 @@ class Parent(Generic[T]):
 | 
			
		|||
        # Check MRO resolution.
 | 
			
		||||
        self.assertEqual(Child.__mro__, (Child, Parent, Generic, object))
 | 
			
		||||
 | 
			
		||||
    def test_dataclassses_pickleable(self):
 | 
			
		||||
    def test_dataclasses_pickleable(self):
 | 
			
		||||
        global P, Q, R
 | 
			
		||||
        @dataclass
 | 
			
		||||
        class P:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue