mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Fix typos in comments
This commit is contained in:
		
							parent
							
								
									bed3c45161
								
							
						
					
					
						commit
						1b5bc07d4c
					
				| 
						 | 
					@ -1,10 +1,10 @@
 | 
				
			||||||
# The base set of requirements for REST framework is actually
 | 
					# The base set of requirements for REST framework is actually
 | 
				
			||||||
# just Django, but for the purposes of development and testing
 | 
					# just Django, but for the purposes of development and testing
 | 
				
			||||||
# there are a number of packages that it is useful to install.
 | 
					# there are a number of packages that are useful to install.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Laying these out as seperate requirements files, allows us to
 | 
					# Laying these out as seperate requirements files, allows us to
 | 
				
			||||||
# only included the relevent sets when running tox, and ensures
 | 
					# only included the relevent sets when running tox, and ensures
 | 
				
			||||||
# we are only ever declaring out dependancies in one place.
 | 
					# we are only ever declaring our dependencies in one place.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-r requirements/requirements-optionals.txt
 | 
					-r requirements/requirements-optionals.txt
 | 
				
			||||||
-r requirements/requirements-testing.txt
 | 
					-r requirements/requirements-testing.txt
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user