Skip to content

Commit 4eea251

Browse files
authored
Added first error to README
1 parent d119c55 commit 4eea251

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# python-errors
2-
A collection of Python errors
1+
# Welcome to Python Errors!
2+
3+
Below, you'll find a table of articles which cover different Python errors. As this table grows, we'll try to keep it organized.
4+
5+
| Index | Error | Error Message | Article | Publish Date | Example |
6+
|-------|------------|---------------------------|--------------|--------------|------------|
7+
| 1 | IndexError | String Index out of Range | [Article][1] | Jun 1, 2020 | [Tweet][2] |
8+
9+
[1]: https://therenegadecoder.com/code/index-error-string-index-out-of-range/
10+
[2]: https://twitter.com/RenegadeCoder94/status/1258623687038840839?s=20

0 commit comments

Comments
 (0)