diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst index c7ead0b4989dc187f4d8e2a524ee066050209ae2..4aee42baf6a6cc30b5f7312a2f236c6ed80b563c 100644 --- a/source/Control_Flow_Statements.rst +++ b/source/Control_Flow_Statements.rst @@ -130,9 +130,9 @@ Which enzymes cut: Exercise -------- -| We want to establish a restriction map of a sequence. -| But we will do this step by step, -| and reuse the enzymes used in the previous exercise: +We want to establish a restriction map of a sequence. +But we will do this step by step, +and reuse the enzymes used in the previous exercise: * Create a function that takes a sequence and an enzyme as parameters, and returns the position of the first binding site.