File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2574,23 +2574,26 @@ The following options are accepted:
25742574
25752575.. option :: --feature-version  <version >
25762576
2577-    Python version in the format 3.x (e.g. , 3.10).
2577+    Python version in the format 3.x (for example , 3.10).
25782578
25792579   .. versionadded :: next 
25802580
2581+ 
25812582.. option :: -o  <level >
25822583            --optimize <level>
25832584
25842585   Optimization level for parser.
25852586
25862587   .. versionadded :: next 
25872588
2589+ 
25882590.. option :: --show-empty 
25892591
25902592   Show empty lists and fields that are ``None ``.
25912593
25922594   .. versionadded :: next 
25932595
2596+ 
25942597If :file: `infile ` is specified its contents are parsed to AST and dumped
25952598to stdout.  Otherwise, the content is read from stdin.
25962599
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments