Skip to content

Commit 94ac40c

Browse files
DOC: Remove outdated lines from cross2 example in README.md
1 parent a77fe70 commit 94ac40c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1477,8 +1477,6 @@ For example,
14771477
>>> cross2([[1, 2], [6, 0]], [[5, 3], [2, 3]])
14781478
array([-7, 18])
14791479
1480-
>>> cross2([1j, 3], [-1j, 2+3j])
1481-
(-3+5j)
14821480
```
14831481

14841482
In the following, `a` and `b` are object arrays; `a` has shape (2,),

0 commit comments

Comments
 (0)