AllenDowney / ThinkPython2

LaTeX source and supporting code for Think Python, 2nd edition, by Allen Downey.
Other
2.49k stars 1.65k forks source link

Adding missing 'from' #73

Closed espinoza closed 3 years ago

espinoza commented 3 years ago

Following the form of the previous sentences.

AllenDowney commented 3 years ago

I think this one is ok either way. I'll leave it as is unless you think it is clearer with the "from".

espinoza commented 3 years ago

Yes, I think it's correct now but clearer with the "from". I think it's "it maps two sets" or "it maps from set1 to set2". That's irrelevant to someone who has concepts clear, but not obvious to someone with little math training. I have seen this confusion while teaching, more than once.

AllenDowney commented 3 years ago

Thank you!