File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ Additionally, users can adapt a [`dataclass`][dataclass] to provide similar name
219219[ common sequence operations ] : https://docs.python.org/3/library/stdtypes.html#common-sequence-operations
220220[ dataclass pros and cons ] : https://stackoverflow.com/questions/51671699/data-classes-vs-typing-namedtuple-primary-use-cases
221221[ dataclass ] : https://docs.python.org/3/library/dataclasses.html
222- [ dict ] : https://github.com/exercism/v3/blob/master/languages/ python/reference/concepts/builtin_types/dict.md
222+ [ dict ] : https://docs. python.org/3/library/stdtypes.html#mapping-types-dict
223223[ hashability ] : https://docs.python.org/3/glossary.html#hashable
224- [ list ] : https://github.com/exercism/v3/blob/master/languages/ python/reference/concepts/builtin_types/list.md
224+ [ list ] : https://docs. python.org/3/library/stdtypes.html#list
225225[ mutable sequence operations ] : https://docs.python.org/3/library/stdtypes.html#mutable-sequence-types
226226[ namedtuple ] : https://docs.python.org/3/library/collections.html#collections.namedtuple
227227[ sequence ] : https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range
You can’t perform that action at this time.
0 commit comments