Commit f46b6d40 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Minor cosmetic changes to docstring.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30510 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e556aec6
......@@ -28,12 +28,11 @@
#
##############################################################################
from zope.interface import Interface
from zope.schema.interfaces import ISequence
class IAggregatedAmountList(ISequence):
"""An Aggregated Amount List is a list of amounts aggregated together.
It is a sequence of objects implementing IAmount interface.
"""Aggregated amount list interface specification
A sequence of objects implementing IAmount interface.
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment