diff --git a/docs/exercise5.rst b/docs/exercise5.rst
index e31b0a1dadb205242775277ef68c5f87c87848c0..6a22d11f8872698fe54358127f11ecd7cc28ab70 100644
--- a/docs/exercise5.rst
+++ b/docs/exercise5.rst
@@ -90,8 +90,9 @@ Write a RepeatIfLengthLesser firetask that can implement the while loop in the
 script. The firetask should integrate into the workflow available in 
 **dataloader+repeater.json** without further adaptations.
 
-Hint: You can use the load_object function from fireworks.utilities.fw_serializers
-to insert a workflow section (sub-workflow) dynamically::
+Hint: You can use the ``load_object`` function from 
+``fireworks.utilities.fw_serializers`` to insert a workflow section (sub-workflow) 
+dynamically::
 
     workflow_obj = load_object(workflow_dict)
     actions = ['detours': workflow_obj]