From 42e58c4fb0537390aa696152bd3ceb052de9f1b8 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Wed, 15 Jun 2022 13:36:26 +0200 Subject: [PATCH] Paragraph formatting. --- source/Control_Flow_Statements.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst index c7ead0b..4aee42b 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. -- GitLab