From dd52709d0b0d7b90f11494959f5fd678024199a8 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 19 Apr 2018 11:33:20 +0200 Subject: [PATCH] [data][CachedDataSource] Fixed socket type in documentation --- beat/backend/python/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/backend/python/data.py b/beat/backend/python/data.py index 3a4aae8..c40ceff 100644 --- a/beat/backend/python/data.py +++ b/beat/backend/python/data.py @@ -638,7 +638,7 @@ class RemoteDataSource(DataSource): Parameters: - socket (socket): The socket to use to access the data. + socket (zmq.Socket): The socket to use to access the data. input_name (str): Name of the input corresponding to the data source. -- GitLab