From 4b29b15ef1abd807dd7af20f021b645d66acc94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Thu, 12 Jun 2025 23:21:56 +0200 Subject: [PATCH] fix typo to make sphinx happy --- source/Control_Flow_Statements.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst index 57b24d7..959622f 100644 --- a/source/Control_Flow_Statements.rst +++ b/source/Control_Flow_Statements.rst @@ -110,6 +110,7 @@ Then create the following two DNA fragments:: aattccatttactggccagggtaagagttttggtaaatatatagtgatatctggcttg""" * In a file <my_file.py> + #. Create a function *one_line_dna* that transforms a multi-line sequence into a single-line DNA sequence. #. Create a collection containing all enzymes #. Create a function that takes two parameters: -- GitLab