Skip to content

Commit a7084c1

Browse files
authored
Added SyntaxError
1 parent 4eea251 commit a7084c1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
Below, you'll find a table of articles which cover different Python errors. As this table grows, we'll try to keep it organized.
44

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] |
5+
| Index | Error | Error Message | Article | Publish Date | Example |
6+
|-------|-------------|----------------------------|--------------|--------------|------------|
7+
| 2 | IndexError | String Index out of Range | [Article][1] | Jun 1, 2020 | [Tweet][2] |
8+
| 1 | SyntaxError | Expected an Indented Block | [Article][3] | May 29, 2020 | [Tweet][4] |
89

910
[1]: https://therenegadecoder.com/code/index-error-string-index-out-of-range/
10-
[2]: https://twitter.com/RenegadeCoder94/status/1258623687038840839?s=20
11+
[2]: https://twitter.com/RenegadeCoder94/status/1258623687038840839
12+
[3]: https://therenegadecoder.com/code/syntax-error-expected-an-indented-block/
13+
[4]: https://twitter.com/RenegadeCoder94/status/1258481269144522753

0 commit comments

Comments
 (0)