Skip to content

Commit

Permalink
Docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scasagrande committed Jan 30, 2016
1 parent 0a2c618 commit 3a4572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instruments/instruments/generic_scpi/scpi_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SCPIInstrument(Instrument):
This class does not implement any instrument-specific communication
commands. What it does add is several of the generic SCPI star commands.
This includes commands such as *IDN?, *OPC?, and *RST.
This includes commands such as ``*IDN?``, ``*OPC?``, and ``*RST``.
Example usage:
Expand Down

0 comments on commit 3a4572d

Please sign in to comment.