Skip to content

Commit 9cb5b3a

Browse files
authored
Update README.md
1 parent b2d2286 commit 9cb5b3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ These Snippets can make your life a lot easier than expected, use it wisely.
2525
- [listtree.py](listtree.py) Trace the entire class and all its object's attrs at and above self
2626
- [mapattrs.py](mapattrs.py) Map all attributes on or inherited by an
2727
instance to the instance or class from which they are inherited.
28-
-[title.py](title.py) The following snippet can be used to convert a string to title case. This is done using the title() method of the string class.
29-
-[list_comprehension.py](list_comprehension.py) List comprehension provides us with an elegant way of creating lists based on other lists.
30-
-[string_split.py](string_split.py) We can split a string into a list of substrings using the .split() method in the string class.
28+
- [title.py](title.py) The following snippet can be used to convert a string to title case. This is done using the title() method of the string class.
29+
- [list_comprehension.py](list_comprehension.py) List comprehension provides us with an elegant way of creating lists based on other lists.
30+
- [string_split.py](string_split.py) We can split a string into a list of substrings using the .split() method in the string class.
3131

3232

3333
---

0 commit comments

Comments
 (0)