diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 2fb93ac5ebe..270e551282f 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -43,6 +43,9 @@ fine-tuning parameters. second edition of the book no longer covers Python at all, but the first edition covered writing good regular expression patterns in great detail. + `Kodos `_ + is a graphical regular expression debugger written in Python. + .. _re-syntax: