Skip to content

Commit

Permalink
Fix backslash escaping error in sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
PositroniumJS committed Jan 7, 2025
1 parent 06729b4 commit f7af2d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qiskit_metal/qlibrary/terminations/launchpad_wb.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


class LaunchpadWirebond(QComponent):
"""Launch pad to feed/read signals to/from the chip.
r"""Launch pad to feed/read signals to/from the chip.
Inherits 'QComponent' class.
Expand Down
2 changes: 1 addition & 1 deletion qiskit_metal/qlibrary/terminations/launchpad_wb_coupled.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


class LaunchpadWirebondCoupled(QComponent):
"""Launch pad to feed/read signals to/from the chip.
r"""Launch pad to feed/read signals to/from the chip.
Inherits 'QComponent' class.
Expand Down
2 changes: 1 addition & 1 deletion qiskit_metal/qlibrary/terminations/launchpad_wb_driven.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


class LaunchpadWirebondDriven(QComponent):
"""Launch pad to feed/read signals to/from the chip.
r"""Launch pad to feed/read signals to/from the chip.
Inherits 'QComponent' class.
Expand Down

0 comments on commit f7af2d7

Please sign in to comment.