Updated docstring
authorThierry Florac <thierry.florac@onf.fr>
Tue, 19 Jun 2018 16:10:04 +0200
changeset 204 759e1c6838ee
parent 203 0da8ef778242
child 205 4eff8c9109eb
child 270 3f729a99d55b
Updated docstring
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