high_performance_python_2e icon indicating copy to clipboard operation
high_performance_python_2e copied to clipboard

Typo: 'local namespace' should be 'global namespace' on page 117

Open p-j-smith opened this issue 4 years ago • 0 comments

Thanks for the excellent book! I'm enjoying working my way through it.

In Example 6.5 on page 117, I think the following sentence:

This statement takes such a long time per hit because grid_shape must be retrieved from the local namespace

should read:

This statement takes such a long time per hit because grid_shape must be retrieved from the global namespace

p-j-smith avatar Jan 08 '22 15:01 p-j-smith