We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a22918 commit c6b7fd6Copy full SHA for c6b7fd6
1 file changed
lists-and-tuples.md
@@ -98,9 +98,9 @@ False
98
99
Lists have a few [useful
100
methods](https://docs.python.org/3/tutorial/datastructures.html#more-on-lists).
101
-Some of the most commonly used ones are append, extend and
102
-remove. append adds an item to the end of a list, extend adds
103
-multiple items from another list and remove removes an item.
+Some of the most commonly used ones are append, extend and remove.
+`append` adds an item to the end of a list, `extend` adds
+multiple items from another list and `remove` removes an item.
104
105
```py
106
>>> names
0 commit comments