Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Oct 1, 2024
1 parent ae84214 commit 88121ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fipy/variables/operatorVariable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ def _testBinOp(self):
[[ 0 1 2 3 4 5 6 7 8]
[ 0 -1 -2 -3 -4 -5 -6 -7 -8]]
Test binOp with unusual index argument
Test operator variable with unusual index argument
>>> vcv.dot(vcv) # doctest: +ELLIPSIS
(...MeshVariable._dot(CellVariable(value=array([[0, 1, 2],
Expand Down

0 comments on commit 88121ce

Please sign in to comment.