# HG changeset patch # User Thierry Florac # Date 1497882393 -7200 # Node ID a543685e0ca1a6090e34afabab3c821983006c98 # Parent f6cc362670a6f45cf8a04c14f496f27bae718493 Updated docstrings diff -r f6cc362670a6 -r a543685e0ca1 src/pyams_utils/data.py --- a/src/pyams_utils/data.py Mon Jun 19 16:24:22 2017 +0200 +++ b/src/pyams_utils/data.py Mon Jun 19 16:26:33 2017 +0200 @@ -74,6 +74,7 @@ This TALES extension is to be used in Chameleon templates to define a custom data attribute which stores all object data (see `pyams_utils.interfaces.data.IObjectData` interface), like this:: + .. code-block:: html
...
""" @@ -93,6 +94,7 @@ This TALES extension can be used to get a request data, previously stored in the request via an annotation. For example:: + .. code-block:: html
...
""" @@ -108,6 +110,7 @@ This TALES extension can be used to get a request data, previously stored in the request via an annotation. For example:: + .. code-block:: html
...
"""