From 82328126b4f8d092129d0608c9f488d0990f75fd 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:40 -0700 Subject: [PATCH] GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95700) 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 7d0d601799f7..3b96813e6838 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -8,6 +8,7 @@ -------------- + .. seealso:: :ref:`textseq` -- 2.47.3