[Python-checkins] r50883 - python/trunk/Lib/inspect.py

tim.peters python-checkins at python.org
Fri Jul 28 01:45:49 CEST 2006


Author: tim.peters
Date: Fri Jul 28 01:45:48 2006
New Revision: 50883

Modified:
   python/trunk/Lib/inspect.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/inspect.py
==============================================================================
--- python/trunk/Lib/inspect.py	(original)
+++ python/trunk/Lib/inspect.py	Fri Jul 28 01:45:48 2006
@@ -122,7 +122,7 @@
         getset descriptors are specialized descriptors defined in extension
         modules."""
         return False
-        
+
 def isfunction(object):
     """Return true if the object is a user-defined function.
 


More information about the Python-checkins mailing list