scipy-cookbook
scipy-cookbook copied to clipboard
Missing words in scipy-cookbook/ipython/ViewsVsCopies.ipynb
trafficstars
"For example, fancy indexing for could have been expressed by
"i.e. a new object with a copy (remember, fancy indexing does not return views) of some elements of is created and returned prior to call <is there missing information here? which call?>."
''Hint: think in terms of the sequence of {{{getitem()}}} and {{{setitem()}}} calls and what they do on each example.'' Not sure if something else is meant with the triple braces.
Sorry I would put up a PR if I knew what info to fill in, but i'm learning now!