diff --git a/manual/regexp_quick_reference.rst b/manual/regexp_quick_reference.rst index 664f60de54..ac21289d34 100644 --- a/manual/regexp_quick_reference.rst +++ b/manual/regexp_quick_reference.rst @@ -157,7 +157,7 @@ character. The most useful anchors for text processing are: not ``absurd``. ``^`` - Matches the start of the line (in multi-line mode, which is the + Matches the start of a line (in multi-line mode, which is the default) ``$``