소스 검색

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