diff --git a/Doc/library/re.rst b/Doc/library/re.rst index c4029c57d54..55663ece092 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -108,11 +108,11 @@ The special characters are: ``*?``, ``+?``, ``??`` The ``'*'``, ``'+'``, and ``'?'`` qualifiers are all :dfn:`greedy`; they match as much text as possible. Sometimes this behaviour isn't desired; if the RE - ``<.*>`` is matched against ``'