Skip to content

Commit d2bdc8e

Browse files
authored
Fix underline length to fix docs build
1 parent 96d80f4 commit d2bdc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/regex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ can be solved with a faster and simpler string method.
12791279
.. _match-versus-search:
12801280

12811281
prefixmatch() (aka match) versus search()
1282-
-----------------------------
1282+
-----------------------------------------
12831283

12841284
:func:`~re.prefixmatch` was added in Python 3.15 as the :ref:`preferred name
12851285
<prefixmatch-vs-match>` for :func:`~re.match`. Before this, it was only known

0 commit comments

Comments
 (0)