mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in BaseCache.delete_many() docstring.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							69208a5a1c
						
					
				
				
					commit
					7df9aa3a33
				
			
							
								
								
									
										2
									
								
								django/core/cache/backends/base.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								django/core/cache/backends/base.py
									
									
									
									
										vendored
									
									
								
							| @@ -216,7 +216,7 @@ class BaseCache(object): | ||||
|  | ||||
|     def delete_many(self, keys, version=None): | ||||
|         """ | ||||
|         Set a bunch of values in the cache at once.  For certain backends | ||||
|         Delete a bunch of values in the cache at once. For certain backends | ||||
|         (memcached), this is much more efficient than calling delete() multiple | ||||
|         times. | ||||
|         """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user