Commit 4bfb6038 authored by Qingpeng "Q.P." Zhang's avatar Qingpeng "Q.P." Zhang Committed by Berker Peksag

Remove redundant footnote (#181)

It was accidentally added in cc798377.
parent 0f48ecdd
...@@ -107,7 +107,7 @@ An example that uses most of the list methods:: ...@@ -107,7 +107,7 @@ An example that uses most of the list methods::
You might have noticed that methods like ``insert``, ``remove`` or ``sort`` that You might have noticed that methods like ``insert``, ``remove`` or ``sort`` that
only modify the list have no return value printed -- they return the default only modify the list have no return value printed -- they return the default
``None``. [1]_ This is a design principle for all mutable data structures in ``None``. This is a design principle for all mutable data structures in
Python. Python.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment