pytho****@googl*****
pytho****@googl*****
2011年 11月 30日 (水) 15:56:53 JST
Revision: 25ef8aa87170 Author: Naoki INADA <inada****@klab*****> Date: Tue Nov 29 22:51:40 2011 Log: Fix typo http://code.google.com/p/python-doc-ja/source/detail?r=25ef8aa87170 Modified: /library/inspect.rst ======================================= --- /library/inspect.rst Mon Nov 28 03:54:34 2011 +++ /library/inspect.rst Tue Nov 29 22:51:40 2011 @@ -442,7 +442,7 @@ .. function:: isfunction(object) - オブジェクトが Python の関数(:term:`labmda` 式で生成されたものを含む) + オブジェクトが Python の関数(:term:`lambda` 式で生成されたものを含む) である場合に真を返します。