浏览代码

Set Revision

Based on the feedback, I made the proposed changes... but feel free to
revise as you see fit.
d-s-1 8 年之前
父节点
当前提交
2dbbd6a900
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data_structures.md

+ 1 - 1
data_structures.md

@@ -187,7 +187,7 @@ True
 
 **How It Works**
 
-If you remember basic set theory mathematics from school, then this example is fairly self-explanatory.  But if not, I’d encourage you to google this topic as a general understanding in set theory and the Venn diagram will help you make better use of sets in Python.
+If you remember basic set theory mathematics from school, then this example is fairly self-explanatory.  But if not, you can google "set theory" and "Venn diagram" to better understand our use of sets in Python.
 
 ## References