Skip to content

Commit 007864e

Browse files
committed
Fix spelling errors in _op2 docstring
1 parent 586b4b0 commit 007864e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spatialmath/baseposematrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,8 +1577,8 @@ def _op2(
15771577
:return: list of matrices
15781578
:rtype: list
15791579
1580-
Peform a binary operation on a pair of operands. If either operand
1581-
contains a sequence the results is a sequence accordinging to this
1580+
Perform a binary operation on a pair of operands. If either operand
1581+
contains a sequence the results is a sequence according to this
15821582
truth table.
15831583
15841584
========= ========== ==== ================================

0 commit comments

Comments
 (0)