# HG changeset patch # User Thierry Florac # Date 1529417404 -7200 # Node ID 759e1c6838ee7edb844d250045b80ecead3c2531 # Parent 0da8ef778242e88e8ed24c045d160a2f58e82117 Updated docstring diff -r 0da8ef778242 -r 759e1c6838ee src/pyams_utils/context.py --- a/src/pyams_utils/context.py Tue Jun 19 16:09:37 2018 +0200 +++ b/src/pyams_utils/context.py Tue Jun 19 16:10:04 2018 +0200 @@ -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