Explorar el Código

Set Revision

Based on the feedback, I made the proposed changes... but feel free to
revise as you see fit.
d-s-1 hace 8 años
padre
commit
2dbbd6a900
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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