Skip to content

Commit 6666fdb

Browse files
authored
Merge pull request #26 from i-namekawa/master
a minor typo
2 parents 0542648 + bc157cd commit 6666fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-anatomy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fastest. By casting the array into a larger data type such as `np.float64`, we
5454
gained a 25% speed factor. But, by viewing the array as a byte array
5555
(`np.int8`), we gained a 50% factor. The reason for such speedup are to be
5656
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
57+
simple example illustrates the philosophy of numpy as we'll see in the next
5858
section below.
5959

6060

0 commit comments

Comments
 (0)