diff options
Diffstat (limited to 'grc/core/Constants.py')
-rw-r--r-- | grc/core/Constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Constants.py b/grc/core/Constants.py index 8ed8899c70..127e0e05f9 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -77,7 +77,7 @@ PARAM_TYPE_MAP = { VECTOR_TYPES = (tuple, list, set, numpy.ndarray) # Updating colors. Using the standard color palette from: -# http://www.google.com/design/spec/style/color.html#color-color-palette +# http://www.google.com/design/spec/style/color.html#color-color-palette # Most are based on the main, primary color standard. Some are within # that color's spectrum when it was deemed necessary. GRC_COLOR_BROWN = '#795548' |