From 2d13963f897afc927f974de0370057bcf2113e62 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Mon, 26 Sep 2011 11:36:34 +0200 Subject: fix typo --- compat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat.py b/compat.py index da06a54..47ef25c 100644 --- a/compat.py +++ b/compat.py @@ -20,7 +20,7 @@ 2.5, making them available in for earlier versions of python. See another compatibility snippets from other projects: - + :mod:`lib2to3.fixes` :mod:`coverage.backward` :mod:`unittest2.compatibility` @@ -51,7 +51,7 @@ else: def str_encode(string, encoding): return str(string) -# XXX callable builti-in seems back in all python versions +# XXX callable built-in seems back in all python versions try: callable = builtins.callable except AttributeError: -- cgit v1.2.1