]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39594: Fix typo in os.times documentation (GH-18443)
authorRoger Hurwitz <rogerhurwitz@gmail.com>
Mon, 10 Feb 2020 22:50:19 +0000 (14:50 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 22:50:19 +0000 (14:50 -0800)
commit37c55b2b49a3acb7c56c9f6a5062bc6e4e35bc1c
tree88b6d6dd77c5413730fd6759d49c5622e14044c9
parentd68e0a8a165761604e820c8cb4f20abc735e717f
bpo-39594: Fix typo in os.times documentation (GH-18443)

There was an extra space in the url markup, causing the documentation not rendered properly.

https://bugs.python.org/issue39594
Doc/library/os.rst