diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-27 14:15:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 14:15:01 (GMT) |
commit | 0b0238d6a1e1b41be98193fd6e5857b220424adb (patch) | |
tree | 6fa7628fe70341018c1ce8ce6d308320c2446808 /Misc | |
parent | 387cb9f324e122dab31a7dd09aa0ca7a2a93f7d1 (diff) | |
download | cpython-0b0238d6a1e1b41be98193fd6e5857b220424adb.zip cpython-0b0238d6a1e1b41be98193fd6e5857b220424adb.tar.gz cpython-0b0238d6a1e1b41be98193fd6e5857b220424adb.tar.bz2 |
[3.12] gh-105052:update timeit function's description (GH-105060) (#108534)
gh-105052:update timeit function's description (GH-105060)
---------
(cherry picked from commit 7096a2be33619dc02c06a6dc30aac414a9eba462)
Co-authored-by: R <cherrymelon@foxmail.com>
Diffstat (limited to 'Misc')
-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. |