mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Issue #11304: Input/output tutorial - PI is rounded not truncated.
This commit is contained in:
		
							parent
							
								
									659eb84457
								
							
						
					
					
						commit
						756fe2608d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -163,7 +163,7 @@ Positional and keyword arguments can be arbitrarily combined::
 | 
			
		|||
 | 
			
		||||
An optional ``':'`` and format specifier can follow the field name. This allows
 | 
			
		||||
greater control over how the value is formatted.  The following example
 | 
			
		||||
truncates Pi to three places after the decimal.
 | 
			
		||||
rounds Pi to three places after the decimal.
 | 
			
		||||
 | 
			
		||||
   >>> import math
 | 
			
		||||
   >>> print('The value of PI is approximately {0:.3f}.'.format(math.pi))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue