File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed 
Misc/NEWS.d/next/Core_and_Builtins Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -978,10 +978,10 @@ conflict.
978978
979979.. envvar :: PYTHON_GC_THRESHOLD 
980980
981-    Set the `threshold0 ` value for the garbage collector.  This is the same
982-    as  calling `gc.set_threshold(n) ` where `n `  is value of the variable.   Using
983-    an empty value or the value " default"  will cause the default threshold to be 
984-    used.
981+    Set the `` threshold0 ``  value for the garbage collector.  This is the same as 
982+    calling `` gc.set_threshold(n) ``  where `` n ``  is value of the variable. Using
983+    an empty value or the value `` default ``  will cause the default threshold to
984+    be  used.
985985
986986   .. versionadded :: 3.13 
987987
Original file line number Diff line number Diff line change 1- Add the `PYTHON_GC_THRESHOLD ` environment variable.  This can be used to set 
2- the `threshold0 ` value for the garbage collector, similar to calling
3- `gc.set_threshold() `.  If the value is empty or " default" , the default
1+ Add the :envvar: `PYTHON_GC_THRESHOLD ` environment variable.  This can be used
2+ to set  the `` threshold0 ` ` value for the garbage collector, similar to calling
3+ `` gc.set_threshold() `` .  If the value is empty or `` default `` , the default
44threshold value is used.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments