Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Aug 9, 2024
1 parent 287e698 commit ed13f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/python/builtins/data-structures/dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Keys must be immutable so they can be hashed. e.g. `str`, `int`, `tuple`. Not a
- [dict](https://docs.python.org/3/library/stdtypes.html#dict) in the Python docs.
- [dictionary type checks][] for how to annotate your dict and validate usage with type checking.

[dictionary type checks]: {% link cheatsheets/python/type-checks/data-structures/dictionary.html %}
[dictionary type checks]: {% link cheatsheets/python/type-checks/data-structures/dictionary.md %}


## Create
Expand Down

0 comments on commit ed13f4d

Please sign in to comment.