aboutsummaryrefslogtreecommitdiff
path: root/Parser
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-15 05:18:48 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-15 05:18:48 +0200
commit42da663e6fe7ecbb89b17d596c76812a91bb99a4 (patch)
treef660a093d1eb0841656b9b10173589f357ec0484 /Parser
parentRemove redundant __contains__ entry from Message docs. (diff)
downloadcpython-42da663e6fe7ecbb89b17d596c76812a91bb99a4.tar.gz
cpython-42da663e6fe7ecbb89b17d596c76812a91bb99a4.tar.bz2
cpython-42da663e6fe7ecbb89b17d596c76812a91bb99a4.zip
#11515: fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Parser')
-rw-r--r--Parser/spark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/spark.py b/Parser/spark.py
index 7772b6e0ee4..88c1a89a279 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)