diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-17 14:25:55 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 09:25:55 -0800 |
commit | 96a09df64483b70c4215c7025a19b9d2f1636c55 (patch) | |
tree | fd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/library/platform.rst | |
parent | bf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff) | |
download | cpython-git-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.gz |
[doc] Fix a few margins due to bad markup (GH-23619)
Diffstat (limited to 'Doc/library/platform.rst')
-rw-r--r-- | Doc/library/platform.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index fc51b5de88..be86e568c1 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -290,4 +290,4 @@ Linux Platforms ids.extend(info["ID_LIKE"].split()) return ids - .. versionadded:: 3.10 + .. versionadded:: 3.10 |