Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb2d669

Browse files
committed
Closes #22736: move seealso to the bottom of the section about RE syntax.
1 parent 89c558d commit bb2d669

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Doc/library/re.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ module-level functions and methods on
3838
that don't require you to compile a regex object first, but miss some
3939
fine-tuning parameters.
4040

41-
.. seealso::
42-
43-
Mastering Regular Expressions
44-
Book on regular expressions by Jeffrey Friedl, published by O'Reilly. The
45-
second edition of the book no longer covers Python at all, but the first
46-
edition covered writing good regular expression patterns in great detail.
47-
4841

4942
.. _re-syntax:
5043

@@ -443,6 +436,14 @@ three digits in length.
443436
The ``'\u'`` and ``'\U'`` escape sequences have been added.
444437

445438

439+
.. seealso::
440+
441+
Mastering Regular Expressions
442+
Book on regular expressions by Jeffrey Friedl, published by O'Reilly. The
443+
second edition of the book no longer covers Python at all, but the first
444+
edition covered writing good regular expression patterns in great detail.
445+
446+
446447

447448
.. _contents-of-module-re:
448449

0 commit comments

Comments
 (0)