File tree Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,6 @@ Some simple format string examples::
264264   "Weight in tons {0.weight}"       # 'weight' attribute of first positional arg 
265265   "Units destroyed: {players[0]}"   # First element of keyword argument 'players'. 
266266
267- .. _formatstrings-conversion :
268- 
269267The *conversion * field causes a type coercion before formatting.  Normally, the
270268job of formatting a value is done by the :meth: `~object.__format__ ` method of the value
271269itself.  However, in some cases it is desirable to force a type to be formatted
  Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Python's built-in string type in :ref:`textseq`.
1616.. toctree ::
1717
1818   string.rst 
19-    string.templatelib.rst 
2019   re.rst 
2120   difflib.rst 
2221   textwrap.rst 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments