summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-04-27 18:57:00 (GMT)
committerBarry Warsaw <barry@python.org>1999-04-27 18:57:00 (GMT)
commita853adc11018998f2628d91f9eefb7d02c521674 (patch)
tree89b68805003d4350772193a7dd62584301c5df12
parent80d83e38ab8000bfcfcb92a1b228b143a8f7b231 (diff)
downloadcpython-a853adc11018998f2628d91f9eefb7d02c521674.zip
cpython-a853adc11018998f2628d91f9eefb7d02c521674.tar.gz
cpython-a853adc11018998f2628d91f9eefb7d02c521674.tar.bz2
Document that for askcolor(), databasefile and wantspec can now be set
on every invocation, instead of just the first.
-rw-r--r--Tools/pynche/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pynche/README b/Tools/pynche/README
index 81860ee..1042934 100644
--- a/Tools/pynche/README
+++ b/Tools/pynche/README
@@ -108,7 +108,7 @@ Running as a Modal Dialog
it's own Tkinter.Tk instance as the master. This may not
be what you want.
- databasefile[*]
+ databasefile
similar to the --database option, the value must be a
file name
@@ -119,7 +119,7 @@ Running as a Modal Dialog
ignore[*]
similar to the --ignore flag, the value is a boolean
- wantspec[*]
+ wantspec
When this is true, the "name" field in the return tuple
will always be a color spec of the form "#rrggbb". It
will not return a color name even if there is a match;