diff --git a/Nim-for-Python-Programmers.md b/Nim-for-Python-Programmers.md index 3ad7e4b..1c59b31 100644 --- a/Nim-for-Python-Programmers.md +++ b/Nim-for-Python-Programmers.md @@ -141,9 +141,9 @@ The Nim set type is faster and memory-efficient. ### Dictionaries -Use [HashSet](http://nim-lang.org/sets.html) +Use [Tables](http://nim-lang.org/tables.html) ### ABC -See[this](http://rosettacode.org/wiki/Abstract_type#Nim) +See [this](http://rosettacode.org/wiki/Abstract_type#Nim)