We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d53e7 commit 79af27eCopy full SHA for 79af27e
Doc/howto/regex.rst
@@ -374,9 +374,7 @@ module. If you have :mod:`tkinter` available, you may also want to look at
374
:source:`Tools/demo/redemo.py`, a demonstration program included with the
375
Python distribution. It allows you to enter REs and strings, and displays
376
whether the RE matches or fails. :file:`redemo.py` can be quite useful when
377
-trying to debug a complicated RE. Phil Schwartz's `Kodos
378
-<http://kodos.sourceforge.net/>`_ is also an interactive tool for developing and
379
-testing RE patterns.
+trying to debug a complicated RE.
380
381
This HOWTO uses the standard Python interpreter for its examples. First, run the
382
Python interpreter, import the :mod:`re` module, and compile a RE::
0 commit comments