diff options
author | Barry Warsaw <barry@python.org> | 2001-07-10 21:37:28 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-07-10 21:37:28 (GMT) |
commit | 2803046992715b104b48483b4d694c61c88173b7 (patch) | |
tree | 10b17a071ceb8bfbbcff03de9d3eb0f5eb6ff6f3 /Tools | |
parent | 3e481de337a098e9d3ec9379f73de385e3049c2a (diff) | |
download | cpython-2803046992715b104b48483b4d694c61c88173b7.zip cpython-2803046992715b104b48483b4d694c61c88173b7.tar.gz cpython-2803046992715b104b48483b4d694c61c88173b7.tar.bz2 |
Update a comment.
Diffstat (limited to 'Tools')
-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 33d12dc..c6b36c5 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 |