Skip to content

Commit

Permalink
Merge pull request #1015 from not522/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
unnonouno committed Mar 8, 2018
2 parents 7b09f74 + 51f31e3 commit 8376019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/difference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Cast behavior from float to integer
-----------------------------------

Some casting behaviors from float to integer are not defined in C++ specification.
The casting from a negative float to unsigned integer and infinity to integer is one of such eamples.
The casting from a negative float to unsigned integer and infinity to integer is one of such examples.
The behavior of NumPy depends on your CPU architecture.
This is Intel CPU result.

Expand Down

0 comments on commit 8376019

Please sign in to comment.