]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update a comment.
authorBarry Warsaw <barry@python.org>
Tue, 10 Jul 2001 21:45:27 +0000 (21:45 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Jul 2001 21:45:27 +0000 (21:45 +0000)
Tools/pynche/pyColorChooser.py

index 1a920c3328bfc2b1e425bc379e0e54c61d3e8387..56f694062b92bbee990389e86f3dc689323c2206 100644 (file)
@@ -5,6 +5,8 @@ import os
 import Main
 import ColorDB
 
+
+\f
 class Chooser:
     """Ask for a color"""
     def __init__(self,
@@ -54,8 +56,8 @@ class Chooser:
         # check to see if the cancel button was pushed
         if self.__sb.canceled_p():
             return None, None
-        # try to return the color name from the database if there is an exact
-        # match, otherwise use the "#rrggbb" spec.  TBD: Forget about color
+        # Try to return the color name from the database if there is an exact
+        # match, otherwise use the "#rrggbb" spec.  BAW: Forget about color
         # aliases for now, maybe later we should return these too.
         name = None
         if not self.__wantspec: