[Python-checkins] cpython: Fix small grammatical inconsistency.

georg.brandl python-checkins at python.org
Thu Feb 2 22:22:21 CET 2012


http://hg.python.org/cpython/rev/55bbcbc48683
changeset:   74736:55bbcbc48683
user:        Georg Brandl <georg at python.org>
date:        Thu Feb 02 22:22:19 2012 +0100
summary:
  Fix small grammatical inconsistency.

files:
  Doc/library/time.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- 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()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list