diff -r 2022e4da3ad9 -r 63284c98cdc1 src/pyams_utils/interfaces/text.py --- a/src/pyams_utils/interfaces/text.py Sat Nov 23 01:24:11 2019 +0100 +++ b/src/pyams_utils/interfaces/text.py Sat Nov 23 14:57:24 2019 +0100 @@ -10,15 +10,16 @@ # FOR A PARTICULAR PURPOSE. # -__docformat__ = 'restructuredtext' +"""PyAMS_utils.interfaces.text module + +This module provides a single interface used by HTML rendering adapters, which are used to convert +any object to an HTML representation. +""" + +from zope.interface import Attribute, Interface -# import standard library - -# import interfaces - -# import packages -from zope.interface import Attribute, Interface +__docformat__ = 'restructuredtext' from pyams_utils import _