4 | 4 |
similarity index 99% |
5 | 5 |
rename from xdot/ui/colours.py |
6 | 6 |
rename to xdot/ui/colors.py |
... | ... |
@@ -306,9 +306,9 @@ brewer_colors = { |
306 | 306 |
|
307 | 307 |
|
308 | 308 |
def lookup_color(c): |
309 |
- """Return RGBA values of colour c |
|
309 |
+ """Return RGBA values of color c |
|
310 | 310 |
|
311 |
- c should be either an X11 colour or a brewer colour set and index |
|
311 |
+ c should be either an X11 color or a brewer color set and index |
|
312 | 312 |
e.g. "navajowhite", "greens3/2" |
313 | 313 |
|
314 | 314 |
""" |