diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-05 07:58:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 07:58:17 (GMT) |
commit | 9e859e125837e3a128b59b3a97a9523b83fa397b (patch) | |
tree | 1e98163eaa23ed7ccb0311c9871324905f3b6f87 /Doc/library | |
parent | 235159331927f8b3ff88cb67f4ca51b28f25a427 (diff) | |
download | cpython-9e859e125837e3a128b59b3a97a9523b83fa397b.zip cpython-9e859e125837e3a128b59b3a97a9523b83fa397b.tar.gz cpython-9e859e125837e3a128b59b3a97a9523b83fa397b.tar.bz2 |
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 <Mariatta@users.noreply.github.com>
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/string.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index ccdda4a..e661faf 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -8,6 +8,7 @@ -------------- + .. seealso:: :ref:`textseq` |