From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 5 Aug 2022 07:58:40 +0000 (-0700) Subject: GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95700) X-Git-Tag: v3.11.0rc1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82328126b4f8d092129d0608c9f488d0990f75fd;p=thirdparty%2FPython%2Fcpython.git 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 --- 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`