# HG changeset patch # User Thierry Florac # Date 1544082176 -3600 # Node ID 684f08c4789ebb97ec8d1780c89e46d083b54843 # Parent 1c40b34d26468cd807745d5dde505375968f9b3b Updated docstring diff -r 1c40b34d2646 -r 684f08c4789e src/pyams_utils/context.py --- a/src/pyams_utils/context.py Wed Dec 05 16:55:48 2018 +0100 +++ b/src/pyams_utils/context.py Thu Dec 06 08:42:56 2018 +0100 @@ -24,7 +24,7 @@ """Interface based context selector This selector can be used as a subscriber predicate to define - an interface that the context must support for the event to be applied: + an interface that the context must support for the event to be applied:: .. code-block:: python