Skip to content

Commit

Permalink
Merge pull request cupy#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
1 parent af8bae6 commit 07adec0
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 07adec0

Please sign in to comment.