Skip to content

Commit 4bfb603

Browse files
qingpengberkerpeksag
authored andcommitted
Remove redundant footnote (#181)
It was accidentally added in cc79837.
1 parent 0f48ecd commit 4bfb603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/datastructures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ An example that uses most of the list methods::
107107

108108
You might have noticed that methods like ``insert``, ``remove`` or ``sort`` that
109109
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
110+
``None``. This is a design principle for all mutable data structures in
111111
Python.
112112

113113

0 commit comments

Comments
 (0)