mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fix typo.
This commit is contained in:
		
							parent
							
								
									dec0f21efc
								
							
						
					
					
						commit
						6a96a2e1f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -8,8 +8,8 @@ $(document).ready(function() { | |||
| 
 | ||||
|     // get the styles from the current theme
 | ||||
|     pre.parent().parent().css('position', 'relative'); | ||||
|     var hide_text = 'Hide the prompts and ouput'; | ||||
|     var show_text = 'Show the prompts and ouput'; | ||||
|     var hide_text = 'Hide the prompts and output'; | ||||
|     var show_text = 'Show the prompts and output'; | ||||
|     var border_width = pre.css('border-top-width'); | ||||
|     var border_style = pre.css('border-top-style'); | ||||
|     var border_color = pre.css('border-top-color'); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl