]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-95685: Fix rendering of the string documentation (#95686)
authorMariatta Wijaya <Mariatta@users.noreply.github.com>
Fri, 5 Aug 2022 07:41:02 +0000 (00:41 -0700)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 07:41:02 +0000 (09:41 +0200)
There's an extra underlines that messed the rest of the documentation rendering.

Closes #95685

Doc/library/string.rst

index 7d0d601799f7a1e47706efc09267716cd2fd0032..3b96813e683864e7ca237e85a10d591914804355 100644 (file)
@@ -8,6 +8,7 @@
 
 --------------
 
+
 .. seealso::
 
    :ref:`textseq`