Skip to content

Commit 91874bb

Browse files
goodmamibenjaminp
authored andcommitted
closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709)
`time.clock()` was removed in Python 3.8, but it was still mentioned in the documentation for when `time.get_clock_info()` is given the argument `'clock'`. This commit removes that mention.
1 parent c0052f3 commit 91874bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/time.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ Functions
218218
Supported clock names and the corresponding functions to read their value
219219
are:
220220

221-
* ``'clock'``: :func:`time.clock`
222221
* ``'monotonic'``: :func:`time.monotonic`
223222
* ``'perf_counter'``: :func:`time.perf_counter`
224223
* ``'process_time'``: :func:`time.process_time`

0 commit comments

Comments
 (0)