File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,13 +38,6 @@ module-level functions and methods on
3838that don't require you to compile a regex object first, but miss some
3939fine-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
You can’t perform that action at this time.
0 commit comments