changeset 171:456634bbc430

- small fix for pychan documentation (colors can also be quadruples)
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 21 Jan 2009 17:07:16 +0000
parents f55979111ba1
children 3fe0e68f4269
files engine/extensions/pychan/__init__.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/engine/extensions/pychan/__init__.py	Wed Jan 21 15:35:44 2009 +0000
+++ b/engine/extensions/pychan/__init__.py	Wed Jan 21 17:07:16 2009 +0000
@@ -353,8 +353,8 @@
 
 	  - position,size,min_size,max_size,margins - These are assumed to be comma separated tuples
 	    of integers.
-	  - foreground_color,base_color,background_color - These are assumed to be triples of comma
-	    separated integers.
+	  - foreground_color,base_color,background_color - These are assumed to be triples or quadruples of comma
+	    separated integers. (triples: r,p,g; quadruples: r,p,g,a)
 	  - opaque,border_size,padding - These are assumed to be simple integers.
 
 	All other attributes are set verbatim as strings on the generated instance.