mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 18:08:03 +03:00 
			
		
		
		
	Merge pull request #1452 from davidbgk/patch-1
Typo in keywords arguments name
This commit is contained in:
		
						commit
						71ea5b73ce
					
				| 
						 | 
				
			
			@ -295,7 +295,7 @@ class APIView(View):
 | 
			
		|||
 | 
			
		||||
    # Dispatch methods
 | 
			
		||||
 | 
			
		||||
    def initialize_request(self, request, *args, **kargs):
 | 
			
		||||
    def initialize_request(self, request, *args, **kwargs):
 | 
			
		||||
        """
 | 
			
		||||
        Returns the initial request object.
 | 
			
		||||
        """
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user