mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	Fix grammar error in timeit module docs (GH-12066)
skip issue skip news
This commit is contained in:
		
							parent
							
								
									ccb92e814d
								
							
						
					
					
						commit
						4064089fce
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -129,7 +129,7 @@ The module defines three convenience functions and a public class: | |||
| 
 | ||||
|          By default, :meth:`.timeit` temporarily turns off :term:`garbage | ||||
|          collection` during the timing.  The advantage of this approach is that | ||||
|          it makes independent timings more comparable.  This disadvantage is | ||||
|          it makes independent timings more comparable.  The disadvantage is | ||||
|          that GC may be an important component of the performance of the | ||||
|          function being measured.  If so, GC can be re-enabled as the first | ||||
|          statement in the *setup* string.  For example:: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Shiv Dhar
						Shiv Dhar