mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	doc: use colon for all color's rangs (GH-28998)
This commit is contained in:
		
							parent
							
								
									5d53cf30f9
								
							
						
					
					
						commit
						6b9f27dd0b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -756,8 +756,8 @@ callback
 | 
			
		|||
 | 
			
		||||
color
 | 
			
		||||
   Colors can be given as the names of X colors in the rgb.txt file, or as strings
 | 
			
		||||
   representing RGB values in 4 bit: ``"#RGB"``, 8 bit: ``"#RRGGBB"``, 12 bit"
 | 
			
		||||
   ``"#RRRGGGBBB"``, or 16 bit ``"#RRRRGGGGBBBB"`` ranges, where R,G,B here
 | 
			
		||||
   representing RGB values in 4 bit: ``"#RGB"``, 8 bit: ``"#RRGGBB"``, 12 bit:
 | 
			
		||||
   ``"#RRRGGGBBB"``, or 16 bit: ``"#RRRRGGGGBBBB"`` ranges, where R,G,B here
 | 
			
		||||
   represent any legal hex digit.  See page 160 of Ousterhout's book for details.
 | 
			
		||||
 | 
			
		||||
cursor
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue