web/views/baseviews.py
changeset 8995 a90a98800578
parent 8900 010a59e12d89
child 9257 ce338133c92c
--- 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.
     """