mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	docs: fix simple typo, requres -> requires
There is a small typo in bin/autojump_utils.py. Should read `requires` rather than `requres`.
This commit is contained in:
		
							parent
							
								
									06e082c918
								
							
						
					
					
						commit
						3be10251eb
					
				| @ -194,7 +194,7 @@ def surround_quotes(string): | ||||
|     path outputs with quotes. | ||||
|     """ | ||||
|     if in_bash() and string: | ||||
|         # Python 2.6 requres field numbers | ||||
|         # Python 2.6 requires field numbers | ||||
|         return '"{0}"'.format(string) | ||||
|     return string | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user