From 04db2f4e62cdf9524fb95cb4a20890fa0a036b7e Mon Sep 17 00:00:00 2001 From: reactormonk Date: Mon, 6 Apr 2015 14:10:28 -0500 Subject: [PATCH] Updated Nim for Python Programmers (markdown) --- Nim-for-Python-Programmers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)