[Python-checkins] r81409 - python/branches/release26-maint/Doc/library/2to3.rst

georg.brandl python-checkins at python.org
Fri May 21 22:42:22 CEST 2010


Author: georg.brandl
Date: Fri May 21 22:42:22 2010
New Revision: 81409

Log:
typo

Modified:
   python/branches/release26-maint/Doc/library/2to3.rst

Modified: python/branches/release26-maint/Doc/library/2to3.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/2to3.rst	(original)
+++ python/branches/release26-maint/Doc/library/2to3.rst	Fri May 21 22:42:22 2010
@@ -114,7 +114,7 @@
 
 .. 2to3fixer:: callable
 
-   Converts ``callable(x)`` to ``hasattr(x, "__call_")``.
+   Converts ``callable(x)`` to ``hasattr(x, "__call__")``.
 
 .. 2to3fixer:: dict
 


More information about the Python-checkins mailing list