diff options
-rw-r--r-- | Doc/library/timeit.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst index f046591a80..5bae33bc8f 100644 --- a/Doc/library/timeit.rst +++ b/Doc/library/timeit.rst @@ -148,6 +148,8 @@ The module defines three convenience functions and a public class: If *callback* is given and is not *None*, it will be called after each trial with two arguments: ``callback(number, time_taken)``. + .. versionadded:: 3.6 + .. method:: Timer.repeat(repeat=3, number=1000000) |