changeset 597:d90526c3918b

- typo? what typo? :P good find IwfY - thanks :)
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 24 Aug 2010 21:07:02 +0000
parents 0bbe6e8ad9c8
children 36b865a9cde7
files engine/python/fife/extensions/pychan/attrs.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/engine/python/fife/extensions/pychan/attrs.py	Mon Aug 23 17:44:45 2010 +0000
+++ b/engine/python/fife/extensions/pychan/attrs.py	Tue Aug 24 21:07:02 2010 +0000
@@ -95,7 +95,7 @@
 				for c in (r,g,b):
 					if not 0 <= c < 256: raise ParserError("Expected a color (Failed: 0 <= %d <= 255)" %c)
 		except:
-			raise ParserError("Expected an color.")
+			raise ParserError("Expected a color.")
 
 		return r,g,b,a