Skip to content

Commit 4090e69

Browse files
committed
Mention previous name
1 parent 1f263e9 commit 4090e69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/howto/regex.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ for a complete listing.
366366
| | location where this RE matches. |
367367
+------------------+-----------------------------------------------+
368368
| ``prefixmatch()``| Determine if the RE matches at the beginning |
369-
| | of the string. |
369+
| | of the string. Previously named :ref:`match() |
370+
| | <prefixmatch-vs-match>`. |
370371
+------------------+-----------------------------------------------+
371372
| ``findall()`` | Find all substrings where the RE matches, and |
372373
| | returns them as a list. |

0 commit comments

Comments
 (0)