summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/time.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index e628ac44e8..6842e9075e 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -218,7 +218,6 @@ Functions
Supported clock names and the corresponding functions to read their value
are:
- * ``'clock'``: :func:`time.clock`
* ``'monotonic'``: :func:`time.monotonic`
* ``'perf_counter'``: :func:`time.perf_counter`
* ``'process_time'``: :func:`time.process_time`