mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	SF bug#1038917 fix typos (Contributed by George Yoshida.)
This commit is contained in:
		
							parent
							
								
									880430e2a5
								
							
						
					
					
						commit
						565ea5ae37
					
				
					 5 changed files with 5 additions and 5 deletions
				
			
		|  | @ -37,7 +37,7 @@ equal sign (\character{=}).  To accept only long options, | |||
| \var{options} should be an empty string.  Long options on the command | ||||
| line can be recognized so long as they provide a prefix of the option | ||||
| name that matches exactly one of the accepted options.  For example, | ||||
| it \var{long_options} is \code{['foo', 'frob']}, the option | ||||
| if \var{long_options} is \code{['foo', 'frob']}, the option | ||||
| \longprogramopt{fo} will match as \longprogramopt{foo}, but | ||||
| \longprogramopt{f} will not match uniquely, so \exception{GetoptError} | ||||
| will be raised. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger