From 7e3ea951c61bfbd9ba2604095b2305289b922752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Thu, 12 Jun 2025 23:24:14 +0200 Subject: [PATCH] fix numbering in input_output and Modules_and_Packages --- source/Input_Output.rst | 2 +- source/Modules_and_Packages.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Input_Output.rst b/source/Input_Output.rst index bb5c391..100a77d 100644 --- a/source/Input_Output.rst +++ b/source/Input_Output.rst @@ -1,5 +1,5 @@ .. sectnum:: - :start: 10 + :start: 9 .. _Input_Output: diff --git a/source/Modules_and_Packages.rst b/source/Modules_and_Packages.rst index 3300afb..15ae4cc 100644 --- a/source/Modules_and_Packages.rst +++ b/source/Modules_and_Packages.rst @@ -1,5 +1,5 @@ .. sectnum:: - :start: 9 + :start: 10 .. _Modules_and_Packages: @@ -16,7 +16,7 @@ Exercise Write a program that calculates the similarity of 2 RNA sequences. -* To compute the simalirity you need to parse a file containing the :download:`similarity matrix <_static/data/similarity_matrix>`. +* To compute the similarity you need to parse a file containing the :download:`similarity matrix <_static/data/similarity_matrix>`. **Hint**: use the module containing the functions that handle a matrix from previous chapter. put this matrix.py file in a directory named "my_python_lib" in your home or Desktop and import it in your current program (the similarity script must be placed elsewhere). -- GitLab