Skip to content

Commit

Permalink
Update docs/developer/backends.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Casas <casas@arch.ethz.ch>
  • Loading branch information
yck011522 and gonzalocasas authored Jun 21, 2024
1 parent e0d64fb commit ec2a8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/backends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec2a8ad

Please sign in to comment.