X Tutup
Skip to content

Commit 79af27e

Browse files
committed
Issue python#27378: Remove an outdated reference from regex HOWTO
Patch by Matt Morrison.
1 parent 91d53e7 commit 79af27e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/howto/regex.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ module. If you have :mod:`tkinter` available, you may also want to look at
374374
:source:`Tools/demo/redemo.py`, a demonstration program included with the
375375
Python distribution. It allows you to enter REs and strings, and displays
376376
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.
377+
trying to debug a complicated RE.
380378

381379
This HOWTO uses the standard Python interpreter for its examples. First, run the
382380
Python interpreter, import the :mod:`re` module, and compile a RE::

0 commit comments

Comments
 (0)
X Tutup