From 538343d6ecfc5e0425230ba8198e3f5e3e17d134 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 2 Feb 2012 22:22:19 +0100 Subject: [PATCH] Fix small grammatical inconsistency. --- Doc/library/time.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 2ba7c7ba525..0415a168f54 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()