Skip to content

Commit d07bfd0

Browse files
authored
Fix wrong bolding by escape the asterisk
1 parent ade4c96 commit d07bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-structure/list/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ print(numbers[1:6:2])
213213
# [2, 4, 6]
214214
```
215215

216-
You can also use the **+** and ***** for list type as following:
216+
You can also use the **+** and **\*** for list type as following:
217217

218218
```python
219219
# The + operator can be used to 'extend' a list

0 commit comments

Comments
 (0)