From: Mariatta Wijaya Date: Fri, 5 Aug 2022 07:41:02 +0000 (-0700) Subject: GH-95685: Fix rendering of the string documentation (#95686) X-Git-Tag: v3.12.0a1~720 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a525f2ada407d6677bf8ca708f104694de0525e4;p=thirdparty%2FPython%2Fcpython.git GH-95685: Fix rendering of the string documentation (#95686) There's an extra underlines that messed the rest of the documentation rendering. Closes #95685 --- 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`