From 46c497e29e35b6f49495defb4af6eae0e4686aed Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Tue, 19 Mar 2019 14:46:24 +0100
Subject: [PATCH] Correct path to script.

---
 source/Object_Oriented_Programming.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/source/Object_Oriented_Programming.rst b/source/Object_Oriented_Programming.rst
index c063e63..4bf0d8b 100644
--- a/source/Object_Oriented_Programming.rst
+++ b/source/Object_Oriented_Programming.rst
@@ -116,6 +116,9 @@ A tutorial is available https://biopython.org/wiki/SeqIO ::
     print("sequence =", sv40_rcd.seq)
 
 
+Other example of usage of ``SeqIO``: :download:`seq_io.py <_static/code/seq_io.py>`
+
+
 Exercise
 --------
 
@@ -228,4 +231,4 @@ What is the benefit to use oop style instead of procedural style?
    :linenos:
    :language: python
 
-:download:`fasta_object.py <_static/code/fasta_object.py>` .
\ No newline at end of file
+:download:`fasta_object.py <_static/code/fasta_object.py>` .
-- 
GitLab