commit | 538343d6ecfc5e0425230ba8198e3f5e3e17d134 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Feb 02 22:22:19 2012 +0100 |
committer | Georg Brandl <georg@python.org> | Thu Feb 02 22:22:19 2012 +0100 |
tree | 5b2c33de11aeed038c746fe4416ca3de99e826ad | |
parent | bcd8cfc552aca35cc8e45c63b20ed47066713135 [diff] |
Fix small grammatical inconsistency.
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 @@ .. 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()