[docs] Typo in callable doc
Georg Brandl
georg at python.org
Fri May 21 22:41:38 CEST 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 14.05.2010 19:08, schrieb Éric Araujo:
> Hello
>
> Revision 77096 fixed a bug in Doc/library/2to3.rst by changing
> “hasattr(x, "__call_")” to “isinstance(x, collections.Callable)”.
> However, in the 2.6 documentation still visible at docs.python.org, the
> incorrect “__call_” is still present.
Fixed to __call__ for now. Don't know if Benjamin will the fix for the
fixer to 2.6.
Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
iEYEARECAAYFAkv28AEACgkQN9GcIYhpnLCf5gCfewMk1lKXZZh2AwtRSGrF+WjZ
Mm4An11DDWWIlHh51Cj4+G5vvcPDmmu5
=kAEr
-----END PGP SIGNATURE-----
More information about the docs
mailing list