Skip to content

Commit

Permalink
Update pyvisa_py/gpib.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Dartiailh <marul@laposte.net>
  • Loading branch information
bobmcnamara and MatthieuDartiailh authored Jan 29, 2025
1 parent bd1229f commit b8c6d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvisa_py/gpib.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@Session.register(constants.InterfaceType.gpib, "INSTR")
class GPIBSessionDispatch(Session):
"""dispatch to the proper class based on entries in prologix.BOARDS.
"""Dispatch to the proper class based on entries in prologix.BOARDS.
Uses the __new__ method to intercept the creation of the instance of a
GPIB session. If parsed.board is found in prologix.BOARDS, create an
Expand Down

0 comments on commit b8c6d22

Please sign in to comment.