Skip to content

Commit

Permalink
DOC: Remove outdated lines from cross2 example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Jul 1, 2024
1 parent a77fe70 commit 94ac40c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1477,8 +1477,6 @@ For example,
>>> cross2([[1, 2], [6, 0]], [[5, 3], [2, 3]])
array([-7, 18])
>>> cross2([1j, 3], [-1j, 2+3j])
(-3+5j)
```

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

0 comments on commit 94ac40c

Please sign in to comment.