mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	Merge pull request #5040 from minusf/master
fix whitespace in code example
This commit is contained in:
		
						commit
						5e6b233977
					
				| 
						 | 
				
			
			@ -41,7 +41,7 @@ view in our URL configuration.
 | 
			
		|||
    schema_view = get_schema_view(title='Pastebin API')
 | 
			
		||||
 | 
			
		||||
    urlpatterns = [
 | 
			
		||||
        url(r'^schema/$', schema_view),
 | 
			
		||||
        url(r'^schema/$', schema_view),
 | 
			
		||||
        ...
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user