diff options
author | Georg Brandl <georg@python.org> | 2012-02-02 21:22:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-02 21:22:19 (GMT) |
commit | 538343d6ecfc5e0425230ba8198e3f5e3e17d134 (patch) | |
tree | 5b2c33de11aeed038c746fe4416ca3de99e826ad | |
parent | bcd8cfc552aca35cc8e45c63b20ed47066713135 (diff) | |
download | cpython-538343d6ecfc5e0425230ba8198e3f5e3e17d134.zip cpython-538343d6ecfc5e0425230ba8198e3f5e3e17d134.tar.gz cpython-538343d6ecfc5e0425230ba8198e3f5e3e17d134.tar.bz2 |
Fix small grammatical inconsistency.
-rw-r--r-- | Doc/library/time.rst | 3 |
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() |