Adding more tests, working on the test harness.
[python_utils.git] / type / centcount.py
index ce18975167573a236cf2a9ee3f04604333d9c82d..4e5b8a6aa6b4b8ef61671b93b0284825cdf75cbc 100644 (file)
@@ -11,7 +11,8 @@ T = TypeVar('T', bound='CentCount')
 
 class CentCount(object):
     """A class for representing monetary amounts potentially with
-    different currencies.
+    different currencies meant to avoid floating point rounding
+    issues by treating amount as a simple integral count of cents.
     """
 
     def __init__ (