Skip to content

Commit

Permalink
Merge dcc1026 into 77a6409
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Nov 20, 2018
2 parents 77a6409 + dcc1026 commit 6610555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traits/traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ def Color ( *args, **metadata ):
Default Value
-------------
For wxPython, 0x000000 (that is, white)
For wxPython, 0xffffff (that is, white)
"""
from traitsui.toolkit_traits import ColorTrait

Expand All @@ -1314,7 +1314,7 @@ def RGBColor ( *args, **metadata ):
Default Value
-------------
For wxPython, (0.0, 0.0, 0.0) (that is, white)
For wxPython, (1.0, 1.0, 1.0) (that is, white)
"""
from traitsui.toolkit_traits import RGBColorTrait

Expand Down

0 comments on commit 6610555

Please sign in to comment.