doc/tutorials/advanced/part03_bfss.rst
branch3.26
changeset 12459 dc793c6ebc48
parent 12209 3a3551fff787
child 12395 93460d5f148c
--- a/doc/tutorials/advanced/part03_bfss.rst	Thu Feb 21 18:49:24 2019 +0100
+++ b/doc/tutorials/advanced/part03_bfss.rst	Thu Feb 21 18:51:36 2019 +0100
@@ -12,7 +12,7 @@
 
 Since the function to register a custom storage needs to have a repository
 instance as first argument, we've to call it in a server startup hook. So I added
-in `cubicweb_sytweb/hooks.py` :
+in :file:`cubicweb_sytweb/hooks.py` :
 
 .. sourcecode:: python