]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix small grammatical inconsistency.
authorGeorg Brandl <georg@python.org>
Thu, 2 Feb 2012 21:22:19 +0000 (22:22 +0100)
committerGeorg Brandl <georg@python.org>
Thu, 2 Feb 2012 21:22:19 +0000 (22:22 +0100)
Doc/library/time.rst

index 2ba7c7ba5254945d17814a4d623d986b0693ef21..0415a168f5465583234c633543d4d9e46db19202 100644 (file)
@@ -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()