Fixed python AbsDiffS doc (ticket #1097)
authorIlya Lysenkov <no@email>
Wed, 8 Jun 2011 13:42:44 +0000 (13:42 +0000)
committerIlya Lysenkov <no@email>
Wed, 8 Jun 2011 13:42:44 +0000 (13:42 +0000)
doc/opencv1/py/core_operations_on_arrays.rst

index b7e2407..de811ef 100644 (file)
@@ -62,7 +62,7 @@ AbsDiffS
 
 
 
-.. function:: AbsDiffS(src,value,dst)-> None
+.. function:: AbsDiffS(src,dst,value)-> None
 
     Calculates absolute difference between an array and a scalar.