Skip to content

Commit 4dfd574

Browse files
Update Doc/whatsnew/3.14.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent d9b88b9 commit 4dfd574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ Other language changes
609609

610610
* Support ``\z`` as a synonym for ``\Z`` in :mod:`regular expressions <re>`.
611611
It is interpreted unambiguously in many other regular expression engines,
612-
unlike to ``\Z``, which has subtly different behavior.
612+
unlike ``\Z``, which has subtly different behavior.
613613
(Contributed by Serhiy Storchaka in :gh:`133306`.)
614614

615615
* ``\B`` in :mod:`regular expression <re>` now matches empty input string.

0 commit comments

Comments
 (0)