Skip to content
Snippets Groups Projects
Commit 4e7a423c authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

fix typos

parent c87d4df5
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ and returns a list containing the ``n`` first number of the Fibonacci sequence. ...@@ -35,7 +35,7 @@ and returns a list containing the ``n`` first number of the Fibonacci sequence.
:language: python :language: python
:download:`fibonacci_iteration.py <_static/code/fibonacci_iteration.py>` . :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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment