[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - size.py:1.3
Steve Alexander
steve@cat-box.net
Wed, 12 Mar 2003 05:08:00 -0500
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv11913/src/zope/app/interfaces
Modified Files:
size.py
Log Message:
removed extraneous whitespace
=== Zope3/src/zope/app/interfaces/size.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/size.py:1.2 Fri Dec 27 15:33:50 2002
+++ Zope3/src/zope/app/interfaces/size.py Wed Mar 12 05:07:25 2003
@@ -29,11 +29,11 @@
def sizeForSorting():
"""Returns a tuple (basic_unit, amount)
-
+
Used for sorting among different kinds of sized objects.
'amount' need only be sortable among things that share the
same basic unit."""
-
+
def sizeForDisplay():
"""Returns a string giving the size.
"""