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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ff5a27bd665d851e5747044202c16bc34337e7c;p=python typo --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 555517c56f..83df79362d 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