From 7ff5a27bd665d851e5747044202c16bc34337e7c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 21 May 2010 20:42:22 +0000 Subject: [PATCH] typo --- Doc/library/2to3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0