[svn r63110] Typo in a (unused) constant

--HG--
branch : trunk
This commit is contained in:
afa 2009-03-20 09:09:56 +01:00
parent 78495272aa
commit cfd28db4a6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if sys.platform == 'win32':
BACKGROUND_BLUE = 0x0010 # background color contains blue.
BACKGROUND_GREEN = 0x0020 # background color contains green.
BACKGROUND_RED = 0x0040 # background color contains red.
BACKGROUND_WHITE = 0x0007
BACKGROUND_WHITE = 0x0070
BACKGROUND_INTENSITY = 0x0080 # background color is intensified.
def GetStdHandle(kind):