Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/re.rst
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ character ``'$'``.
single: \x; in regular expressions
single: \\; in regular expressions

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

\a \b \f \n
\N \r \t \u
Expand Down