Skip to content

Commit c6b7fd6

Browse files
committed
theelous3-style formatting
1 parent 4a22918 commit c6b7fd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lists-and-tuples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ False
9898

9999
Lists have a few [useful
100100
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.
101+
Some of the most commonly used ones are append, extend and remove.
102+
`append` adds an item to the end of a list, `extend` adds
103+
multiple items from another list and `remove` removes an item.
104104

105105
```py
106106
>>> names

0 commit comments

Comments
 (0)