Skip to content

Commit 42cdad4

Browse files
committed
remove code styling from link
1 parent 9a32d23 commit 42cdad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

17-dictionaries/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dog
116116
dog.pop(4, None)
117117
```
118118

119-
Why? Find out the answer in the official [Python documentation on `pop`](https://docs.python.org/3/library/stdtypes.html#dict.pop)!
119+
Why? Find out the answer in the official [Python documentation](https://docs.python.org/3/library/stdtypes.html#dict.pop) on `pop`!
120120

121121
## Dictionary Properties
122122

0 commit comments

Comments
 (0)