We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0542648 commit bc157cdCopy full SHA for bc157cd
03-anatomy.rst
@@ -54,7 +54,7 @@ fastest. By casting the array into a larger data type such as `np.float64`, we
54
gained a 25% speed factor. But, by viewing the array as a byte array
55
(`np.int8`), we gained a 50% factor. The reason for such speedup are to be
56
found in the internal numpy machinery and the compiler optimization. This
57
-simple example illustrates the philosophy of numpy as we'll se in the next
+simple example illustrates the philosophy of numpy as we'll see in the next
58
section below.
59
60
0 commit comments