Skip to content

Commit f970235

Browse files
committed
Doc: rename some heading in RE
1 parent a8c44e1 commit f970235

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/re.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ Extension notation
529529

530530
.. _re-special-sequences:
531531

532-
Special sequences
533-
"""""""""""""""""
532+
Escape sequences
533+
""""""""""""""""
534534

535535
The special sequences consist of ``'\'`` and a character from the list below.
536536
If the ordinary character is not an ASCII digit or an ASCII letter, then the
@@ -681,8 +681,8 @@ character ``'$'``.
681681

682682
.. _re-escape-sequences:
683683

684-
Escape sequences
685-
""""""""""""""""
684+
String literal escapes
685+
""""""""""""""""""""""
686686

687687
.. index::
688688
single: \a; in regular expressions

0 commit comments

Comments
 (0)