Skip to content

Commit

Permalink
Doc: Put some subheadings at Special Character section
Browse files Browse the repository at this point in the history
  • Loading branch information
adorilson committed Oct 20, 2024
1 parent 625a5cf commit 12ecb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/re.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ The special characters are:
.. _re_extension_notation:

Extension notation
^^^^^^^^^^^^^^^^^^
""""""""""""""""""

.. index:: single: (?; in regular expressions

Expand Down Expand Up @@ -530,7 +530,7 @@ Extension notation
.. _re-special-sequences:

Special sequences
^^^^^^^^^^^^^^^^^
"""""""""""""""""

The special sequences consist of ``'\'`` and a character from the list below.
If the ordinary character is not an ASCII digit or an ASCII letter, then the
Expand Down Expand Up @@ -682,7 +682,7 @@ character ``'$'``.
.. _re-escape-sequences:

Escape sequences
^^^^^^^^^^^^^^^^^
""""""""""""""""

.. index::
single: \a; in regular expressions
Expand Down

0 comments on commit 12ecb3a

Please sign in to comment.