diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-20 12:32:43 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-20 12:32:43 (GMT) |
commit | 5214a2977463e7dd04a843467bb5f52c0d9067ea (patch) | |
tree | dfbb7736c5dc6d94af1c0d8a55fa5cda6808e696 /Tools | |
parent | 138497d65b4496cdc41eddc1d9c791c6f049a5ee (diff) | |
download | cpython-5214a2977463e7dd04a843467bb5f52c0d9067ea.zip cpython-5214a2977463e7dd04a843467bb5f52c0d9067ea.tar.gz cpython-5214a2977463e7dd04a843467bb5f52c0d9067ea.tar.bz2 |
Fixed sentence about modulator
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/README b/Tools/README index f1f8d4d..acf755a 100644 --- a/Tools/README +++ b/Tools/README @@ -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 |