From 88121ceb4115c215931c84beadb583ea22a563db Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Tue, 1 Oct 2024 15:11:11 -0400 Subject: [PATCH] Fix spelling --- fipy/variables/operatorVariable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fipy/variables/operatorVariable.py b/fipy/variables/operatorVariable.py index e34af599ab..4a2342d7a2 100644 --- a/fipy/variables/operatorVariable.py +++ b/fipy/variables/operatorVariable.py @@ -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],