mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Remove trailing whitespace
This commit is contained in:
		
							parent
							
								
									0ded3e307b
								
							
						
					
					
						commit
						fdc2c5596e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -12,11 +12,11 @@ class ContextDecorator(object): | |||
| 
 | ||||
|     def _recreate_cm(self): | ||||
|         """Return a recreated instance of self. | ||||
|          | ||||
| 
 | ||||
|         Allows otherwise one-shot context managers like | ||||
|         _GeneratorContextManager to support use as | ||||
|         decorators via implicit recreation. | ||||
|          | ||||
| 
 | ||||
|         Note: this is a private interface just for _GCM in 3.2 but will be | ||||
|         renamed and documented for third party use in 3.3 | ||||
|         """ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Nick Coghlan
						Nick Coghlan