Skip to content
Prev Previous commit
Next Next commit
Fix underline length to fix docs build
  • Loading branch information
hugovk authored Apr 4, 2026
commit d2bdc8ea199a0076d0b22c85423f9a9e83da19aa
2 changes: 1 addition & 1 deletion Doc/howto/regex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ can be solved with a faster and simpler string method.
.. _match-versus-search:

prefixmatch() (aka match) versus search()
-----------------------------
-----------------------------------------

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