mirror of
				https://github.com/3b1b/videos.git
				synced 2025-11-01 09:09:21 +00:00 
			
		
		
		
	Merge pull request #77 from QuantumVik/master
Fixed a minor syntax issue
This commit is contained in:
		
						commit
						9a0fb06fdc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -58,7 +58,7 @@ class Eoc1Thumbnail(GraphScene):
 | 
			
		|||
        # self.add(title)
 | 
			
		||||
        # self.add(answer)
 | 
			
		||||
 | 
			
		||||
    def func(slef, x):
 | 
			
		||||
    def func(self, x):
 | 
			
		||||
        return 0.35 * ((x - 2)**3 - 2 * (x - 2) + 6)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue