summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-02 21:22:19 (GMT)
committerGeorg Brandl <georg@python.org>2012-02-02 21:22:19 (GMT)
commit538343d6ecfc5e0425230ba8198e3f5e3e17d134 (patch)
tree5b2c33de11aeed038c746fe4416ca3de99e826ad
parentbcd8cfc552aca35cc8e45c63b20ed47066713135 (diff)
downloadcpython-538343d6ecfc5e0425230ba8198e3f5e3e17d134.zip
cpython-538343d6ecfc5e0425230ba8198e3f5e3e17d134.tar.gz
cpython-538343d6ecfc5e0425230ba8198e3f5e3e17d134.tar.bz2
Fix small grammatical inconsistency.
-rw-r--r--Doc/library/time.rst3
1 files changed, 2 insertions, 1 deletions
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 @@ 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()