From 7643e601ffdf8f94f53690b7e01d3891613a61da Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 2 Jul 2020 15:20:55 +0200
Subject: [PATCH] Update algorithms.rst

---
 doc/algorithms.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/algorithms.rst b/doc/algorithms.rst
index 01f2c0b..4044c9b 100644
--- a/doc/algorithms.rst
+++ b/doc/algorithms.rst
@@ -322,7 +322,7 @@ Python):
 
    class Algorithm:
 
-        def process(self, inputs, , data_loaders, outputs):
+        def process(self, inputs, data_loaders, outputs):
            # here, you read inputs, process and write results to outputs
 
 
-- 
GitLab