diff options
author | R <cherrymelon@foxmail.com> | 2023-08-27 07:22:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 07:22:27 (GMT) |
commit | 7096a2be33619dc02c06a6dc30aac414a9eba462 (patch) | |
tree | e4c8324d2db8ba7eb331a75048f972ab62464ad2 /Misc/NEWS.d/next/Documentation | |
parent | 1ac64237e6ce965064451ed57ae37271aeb9fbd3 (diff) | |
download | cpython-7096a2be33619dc02c06a6dc30aac414a9eba462.zip cpython-7096a2be33619dc02c06a6dc30aac414a9eba462.tar.gz cpython-7096a2be33619dc02c06a6dc30aac414a9eba462.tar.bz2 |
gh-105052:update timeit function's description (#105060)
---------
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2023-05-29-14-10-24.gh-issue-105052.MGFwbm.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-05-29-14-10-24.gh-issue-105052.MGFwbm.rst b/Misc/NEWS.d/next/Documentation/2023-05-29-14-10-24.gh-issue-105052.MGFwbm.rst new file mode 100644 index 0000000..8fdc38d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2023-05-29-14-10-24.gh-issue-105052.MGFwbm.rst @@ -0,0 +1 @@ +Update ``timeit`` doc to specify that time in seconds is just the default. |