diff options
author | Barry Warsaw <barry@python.org> | 2001-07-10 21:37:28 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-07-10 21:37:28 +0000 |
commit | 2803046992715b104b48483b4d694c61c88173b7 (patch) | |
tree | 10b17a071ceb8bfbbcff03de9d3eb0f5eb6ff6f3 /Tools/pynche | |
parent | 3e481de337a098e9d3ec9379f73de385e3049c2a (diff) | |
download | cpython-git-2803046992715b104b48483b4d694c61c88173b7.tar.gz |
Update a comment.
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/ChipViewer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/ChipViewer.py b/Tools/pynche/ChipViewer.py index 33d12dcd4c..c6b36c5c07 100644 --- a/Tools/pynche/ChipViewer.py +++ b/Tools/pynche/ChipViewer.py @@ -84,7 +84,7 @@ class ChipViewer: def update_yourself(self, red, green, blue): # Selected always shows the #rrggbb name of the color, nearest always - # shows the name of the nearest color in the database. TBD: should + # shows the name of the nearest color in the database. BAW: should # an exact match be indicated in some way? # # Always use the #rrggbb style to actually set the color, since we may |