diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst index f046591a808..5bae33bc8f4 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)