Fix small grammatical inconsistency.
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 @@
 
    .. 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()