We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f48ecd commit 4bfb603Copy full SHA for 4bfb603
Doc/tutorial/datastructures.rst
@@ -107,7 +107,7 @@ An example that uses most of the list methods::
107
108
You might have noticed that methods like ``insert``, ``remove`` or ``sort`` that
109
only modify the list have no return value printed -- they return the default
110
-``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
111
Python.
112
113
0 commit comments