diff options
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r-- | Doc/library/re.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst index e3867c0..707eedf 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 <http://kodos.sf.net/>`_ + is a graphical regular expression debugger written in Python. + .. _re-syntax: |