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