From: Georg Brandl Date: Fri, 21 May 2010 20:42:22 +0000 (+0000) Subject: typo X-Git-Tag: v2.6.6rc1~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ff5a27bd665d851e5747044202c16bc34337e7c;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 555517c56fcc..83df79362dbd 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -114,7 +114,7 @@ and off individually. They are described here in more detail. .. 2to3fixer:: callable - Converts ``callable(x)`` to ``hasattr(x, "__call_")``. + Converts ``callable(x)`` to ``hasattr(x, "__call__")``. .. 2to3fixer:: dict