From 9e859e125837e3a128b59b3a97a9523b83fa397b Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 5 Aug 2022 00:58:17 -0700 Subject: [PATCH] GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95701) There's an extra underlines that messed the rest of the documentation rendering. Closes #95685 (cherry picked from commit a525f2ada407d6677bf8ca708f104694de0525e4) Co-authored-by: Mariatta Wijaya --- Doc/library/string.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index ccdda4a097d6..e661faf5d336 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -8,6 +8,7 @@ -------------- + .. seealso:: :ref:`textseq` -- 2.47.3