mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	fix Python style guide conformance
This commit is contained in:
		
							parent
							
								
									ae22bbed81
								
							
						
					
					
						commit
						abc1566eab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -117,7 +117,7 @@ def __init__(self, versionPredicateStr): | |||
|                 raise ValueError("empty parenthesized list in %r"  | ||||
|                                  % versionPredicateStr) | ||||
|         else: | ||||
|             self.pred=[] | ||||
|             self.pred = [] | ||||
| 
 | ||||
|     def __str__(self): | ||||
|         if self.pred: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake