rasbt/python_reference

Sentence in Example 3.1 "Here is Why" ends prematurely

jaf7 opened this issue · 1 comments

jaf7 commented

Thanks for this very helpful intro. Hope this isn't just an annoying nitpick. The sentence:

"As we go up in Python's L -> E -> G -> B hierarchy, the function a_func() finds len() already in the global scope first before it attempts"

is missing an ending such as "to search the Built-in namespace."
I was referred to your tutorial by MITx 6.00.1x Intro to CS & Programming Using Python

rasbt commented

Thanks for the note; indeed, something got cut off there. It should be fixed now.