summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/time.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 2ba7c7b..0415a16 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -115,7 +115,8 @@ The module defines the following functions and data items:
.. note::
- Unlike the C function of the same name, there is no trailing newline.
+ Unlike the C function of the same name, :func:`asctime` does not add a
+ trailing newline.
.. function:: clock()