# HG changeset patch # User David Douard # Date 1370504677 -7200 # Node ID a90a988005788c1041f6dc032abb42e368f51a4f # Parent 55a1567d92a01e693e17a911b64289ddcbfada9b [view] typo in a docstring diff -r 55a1567d92a0 -r a90a98800578 web/views/baseviews.py --- a/web/views/baseviews.py Wed May 29 16:44:16 2013 +0200 +++ b/web/views/baseviews.py Thu Jun 06 09:44:37 2013 +0200 @@ -157,7 +157,7 @@ class InContextView(EntityView): """:__regid__: *incontext* - This view is used whenthe entity should be considered as displayed in its + This view is used when the entity should be considered as displayed in its context. By default it produces the result of ``entity.dc_title()`` wrapped in a link leading to the primary view of the entity. """