]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document that for askcolor(), databasefile and wantspec can now be set
authorBarry Warsaw <barry@python.org>
Tue, 27 Apr 1999 18:57:00 +0000 (18:57 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 27 Apr 1999 18:57:00 +0000 (18:57 +0000)
on every invocation, instead of just the first.

Tools/pynche/README

index 81860ee64c44d73400b4af36863541635c34ad9c..1042934a86bdd4569d9a5b83b5067db6a6785bc5 100644 (file)
@@ -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;