diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst
index 4aee42baf6a6cc30b5f7312a2f236c6ed80b563c..57b24d7ae870d70df756b9a30520cb59b02eb31f 100644
--- a/source/Control_Flow_Statements.rst
+++ b/source/Control_Flow_Statements.rst
@@ -134,9 +134,7 @@ 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.
-   (Write the pseudocode.)
+* Create a function that takes a sequence and an enzyme as parameters, and returns the position of the first binding site. (Write the pseudocode.)
 
 **pseudocode**