diff --git a/source/Control_Flow_Statements.rst b/source/Control_Flow_Statements.rst index 5a27b16d5035f6b4f83a963edc16f79b3a0c6b4d..fad5d4af2a724b3aae4ae4687f2835abe404a742 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.