From a78d7076e6c623437c88afd2ecb18448fc8f5b16 Mon Sep 17 00:00:00 2001 From: Pieter Date: Thu, 9 Mar 2017 12:50:07 +0100 Subject: [PATCH] remove doc --- qcodes/instrument_drivers/HP/HP_83650A.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qcodes/instrument_drivers/HP/HP_83650A.py b/qcodes/instrument_drivers/HP/HP_83650A.py index f024802d25c..2ff2c4c00a1 100644 --- a/qcodes/instrument_drivers/HP/HP_83650A.py +++ b/qcodes/instrument_drivers/HP/HP_83650A.py @@ -15,8 +15,7 @@ def parsestr(v): class HP_83650A(VisaInstrument): def __init__(self, name, address, verbose=1, reset=False, server_name=None, **kwargs): """ Driver for HP_83650A - - Also see: [xxxx] + """ self.verbose = verbose logging.debug(__name__ + ' : Initializing instrument')