From 42da663e6fe7ecbb89b17d596c76812a91bb99a4 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 15 Mar 2011 05:18:48 +0200 Subject: #11515: fix several typos. Patch by Piotr Kasprzyk. --- Parser/spark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Parser/spark.py') diff --git a/Parser/spark.py b/Parser/spark.py index 7772b6e0ee..88c1a89a27 100644 --- a/Parser/spark.py +++ b/Parser/spark.py @@ -23,7 +23,7 @@ __version__ = 'SPARK-0.7 (pre-alpha-5)' import re -# Compatability with older pythons. +# Compatibility with older pythons. def output(string='', end='\n'): sys.stdout.write(string + end) -- cgit v1.2.1