Skip to content

Commit 297d94e

Browse files
Update links.md
1 parent a27852f commit 297d94e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cheatsheets/markdown/links.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,20 @@ Another example - note the links might be in a `## Footnotes` section.
147147
**Code**
148148

149149
```markdown
150-
- `AssertionError` : raised in case of failure of an assertion [1].
150+
- `AssertionError`: raised in case of failure of an assertion [2].
151151

152152
...
153153

154-
[1]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
154+
[2]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
155155
```
156156

157157
**Result**
158158

159-
- `AssertionError` : raised in case of failure of an assertion [1].
159+
- `AssertionError`: raised in case of failure of an assertion [2].
160160

161161
...
162162

163-
[1]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
163+
[2]: An AssertionError is an error generated for something that was thought to be impossible to happen. Usually, it is thrown because of a programming error.
164164

165165

166166
### Link text

0 commit comments

Comments
 (0)