diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-07-27 23:45:48 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-07-27 23:45:48 (GMT) |
commit | ce70a3b30603bb389b4a9549747f5bcfd85eab5d (patch) | |
tree | 0608ad860f05c5550085def71d1b8f7fbee7b4fe /Lib/inspect.py | |
parent | 6f6814706ea8158ae298244d1e127a8181f22479 (diff) | |
download | cpython-ce70a3b30603bb389b4a9549747f5bcfd85eab5d.zip cpython-ce70a3b30603bb389b4a9549747f5bcfd85eab5d.tar.gz cpython-ce70a3b30603bb389b4a9549747f5bcfd85eab5d.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/inspect.py')
-rw-r--r-- | Lib/inspect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py index 0cbf521..0b498b5 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -122,7 +122,7 @@ else: getset descriptors are specialized descriptors defined in extension modules.""" return False - + def isfunction(object): """Return true if the object is a user-defined function. |