Skip to content

Commit 00e6897

Browse files
committed
Fix backslash escaping error in sketch
1 parent 01c9342 commit 00e6897

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

qiskit_metal/qlibrary/terminations/launchpad_wb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class LaunchpadWirebond(QComponent):
29-
"""Launch pad to feed/read signals to/from the chip.
29+
r"""Launch pad to feed/read signals to/from the chip.
3030
3131
Inherits 'QComponent' class.
3232

qiskit_metal/qlibrary/terminations/launchpad_wb_coupled.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class LaunchpadWirebondCoupled(QComponent):
29-
"""Launch pad to feed/read signals to/from the chip.
29+
r"""Launch pad to feed/read signals to/from the chip.
3030
3131
Inherits 'QComponent' class.
3232

qiskit_metal/qlibrary/terminations/launchpad_wb_driven.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class LaunchpadWirebondDriven(QComponent):
29-
"""Launch pad to feed/read signals to/from the chip.
29+
r"""Launch pad to feed/read signals to/from the chip.
3030
3131
Inherits 'QComponent' class.
3232

0 commit comments

Comments
 (0)