Skip to content

Commit ef83a34

Browse files
committed
Add link to string escape sequences in re module
1 parent d55b4da commit ef83a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/re.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@ character ``'$'``.
632632
single: \x; in regular expressions
633633
single: \\; in regular expressions
634634

635-
Most of the standard escapes supported by Python string literals are also
636-
accepted by the regular expression parser::
635+
Most of the :ref:`standard escapes <escape-sequences>` supported by Python
636+
string literals are also accepted by the regular expression parser::
637637

638638
\a \b \f \n
639639
\N \r \t \u

0 commit comments

Comments
 (0)