]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed sentence about modulator
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 20 Jun 1995 12:32:43 +0000 (12:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 20 Jun 1995 12:32:43 +0000 (12:32 +0000)
Tools/README

index f1f8d4dccfb1685bb4330bdf1dba1aeba5360240..acf755af8e1135539fcd76c678897e9ca2d2b1b4 100644 (file)
@@ -7,7 +7,7 @@ bgen            Generate complete extension modules from a
 freeze         Create a stand-alone executable from a Python program.
 
 modulator      Interactively generate boiler plate for an extension
-               module.  Requires Tk.
+               module.  Works easiest if you have Tk.
 
 scripts                A number of useful single-file programs, e.g. for
                converting old Python sources to the current language