From ab085bb09be09e8a6101cf1dfed7d5a920aadb25 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Thu, 4 Aug 2022 15:19:32 -0700 Subject: [PATCH 1/2] GH-95685: Fix rendering of the string documentation There's an extra underlines that messed the rest of the documentation rendering. Closes GH-95685 --- Doc/library/string.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 7d0d601799f7a1e..795810139ba3112 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -6,8 +6,6 @@ **Source code:** :source:`Lib/string.py` --------------- - .. seealso:: :ref:`textseq` From a544a1af8c492cc3ac0632426191eed5a8511bba Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Thu, 4 Aug 2022 15:29:23 -0700 Subject: [PATCH 2/2] Add extra empty line before the .. seealso directive --- Doc/library/string.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 795810139ba3112..3b96813e683864e 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -6,6 +6,9 @@ **Source code:** :source:`Lib/string.py` +-------------- + + .. seealso:: :ref:`textseq`