From ec2a8ade564430cb31406af0f2620dd21cf6a4c3 Mon Sep 17 00:00:00 2001 From: Victor LEUNG Date: Fri, 21 Jun 2024 07:03:06 +0200 Subject: [PATCH] Update docs/developer/backends.rst Co-authored-by: Gonzalo Casas --- docs/developer/backends.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/backends.rst b/docs/developer/backends.rst index 78ac43df7..c42d756ac 100644 --- a/docs/developer/backends.rst +++ b/docs/developer/backends.rst @@ -38,8 +38,8 @@ For example: start_configuration=None, group=None, options=None): - # Access to the Client Interface is available: - client = self.client + # The backend features have access to the instance of the client + print(type(self.client)) # insert fancy code here pass