]> granicus.if.org Git - python/commitdiff
typo
authorGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:42:22 +0000 (20:42 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:42:22 +0000 (20:42 +0000)
Doc/library/2to3.rst

index 555517c56fcce804a6d9ac62665b725d9b413519..83df79362dbd19667751ee3b6392fe917be40a47 100644 (file)
@@ -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