From c06a126ca601c38a55aef4e96ba224728346bc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Sun, 6 Jun 2021 22:39:28 +0200 Subject: [PATCH] fix typos --- source/Control_Flow_Statements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst index d947efc..1e29fda 100644 --- a/source/Control_Flow_Statements.rst +++ b/source/Control_Flow_Statements.rst @@ -214,7 +214,7 @@ and the 2 dna fragments: :: Bonus ^^^^^ -If you prefer the enzyme implemeted as namedtuple +If you prefer the enzyme implemented as namedtuple: :download:`restriction_namedtuple.py <_static/code/restriction_namedtuple.py>` . -- GitLab