From 4e7a423cff03da104c1ded3b82fd301fed4302e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Fri, 18 Aug 2017 17:12:49 +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 5a27b16..fad5d4a 100644 --- a/source/Control_Flow_Statements.rst +++ b/source/Control_Flow_Statements.rst @@ -35,7 +35,7 @@ and returns a list containing the ``n`` first number of the Fibonacci sequence. :language: python :download:`fibonacci_iteration.py <_static/code/fibonacci_iteration.py>` . -We will see another way more elegant to implement the fibonacci suite in :ref:`Advance Programming Techniques` section. +We will see another way more elegant to implement the fibonacci suite in :ref:`Advanced Programming Techniques` section. -- GitLab