Skip to content

Commit a83bc02

Browse files
authored
Merge pull request numpy#27680 from hutauf/NEP50typo
fix typo / copy paste error
2 parents 88c1e68 + a68aa66 commit a83bc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/neps/nep-0050-scalar-promotion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ arrays that are not 0-D, such as ``array([2])``.
214214
- ``int64(301)``
215215
- *Exception* [T5]_
216216
* - ``uint8(100) + 200``
217-
- ``int64(301)``
217+
- ``int64(300)``
218218
- ``uint8(44)`` *and* ``RuntimeWarning`` [T6]_
219219
* - ``float32(1) + 3e100``
220220
- ``float64(3e100)``

0 commit comments

Comments
 (0)