summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-06-20 12:32:43 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-06-20 12:32:43 (GMT)
commit5214a2977463e7dd04a843467bb5f52c0d9067ea (patch)
treedfbb7736c5dc6d94af1c0d8a55fa5cda6808e696 /Tools
parent138497d65b4496cdc41eddc1d9c791c6f049a5ee (diff)
downloadcpython-5214a2977463e7dd04a843467bb5f52c0d9067ea.zip
cpython-5214a2977463e7dd04a843467bb5f52c0d9067ea.tar.gz
cpython-5214a2977463e7dd04a843467bb5f52c0d9067ea.tar.bz2
Fixed sentence about modulator
Diffstat (limited to 'Tools')
-rw-r--r--Tools/README2
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