Skip to content

Commit

Permalink
DOC: Remove extra letter from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Striega authored Mar 19, 2019
1 parent e3322b4 commit 41e14f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/doc/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
>>> np.iinfo(np.int32) # Bounds of a 32-bit integer
iinfo(min=-2147483648, max=2147483647, dtype=int32)
>>> np.iinfo(np.int64) # Bounds of a 64-bit integer
iinfo(min=-9223372036854775808, max=9223372036854775807, dtype=int64)s
iinfo(min=-9223372036854775808, max=9223372036854775807, dtype=int64)
If 64-bit integers are still too small the result may be cast to a
floating point number. Floating point numbers offer a larger, but inexact,
Expand Down

0 comments on commit 41e14f9

Please sign in to comment.