From: Georg Brandl Date: Thu, 2 Feb 2012 21:22:19 +0000 (+0100) Subject: Fix small grammatical inconsistency. X-Git-Tag: v3.3.0a1~263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=538343d6ecfc5e0425230ba8198e3f5e3e17d134;p=thirdparty%2FPython%2Fcpython.git Fix small grammatical inconsistency. --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 2ba7c7ba5254..0415a168f546 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()