diff options
Diffstat (limited to 'Parser/spark.py')
-rw-r--r-- | Parser/spark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/spark.py b/Parser/spark.py index 7772b6e..88c1a89 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) |