[doc] Precise which component to modify in gallery tutorial
authorElodie Thieblin <ethieblin@logilab.fr>
Wed, 18 Mar 2020 11:45:35 +0100
changeset 12926 c829cace0172
parent 12925 eb26c593c6f6
child 12927 89acc8d3d462
[doc] Precise which component to modify in gallery tutorial
doc/tutorials/advanced/part04_ui-base.rst
--- a/doc/tutorials/advanced/part04_ui-base.rst	Wed Mar 18 10:20:29 2020 +0100
+++ b/doc/tutorials/advanced/part04_ui-base.rst	Wed Mar 18 11:45:35 2020 +0100
@@ -259,7 +259,7 @@
 One more thing: by default, the component will be displayed below the content
 zone (the one with the white background). You can change this in the site's
 properties through the ui, but you can also change the default value in the code
-by modifying the `context` attribute of the component:
+by modifying the `context` attribute of the component `FileIPrevNextAdapter`:
 
 .. sourcecode:: python