Skip to content

Commit 0c44b8c

Browse files
fix '\...' -> r''
1 parent 3004377 commit 0c44b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PySpice/Spice/NgSpice/Server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
####################################################################################################
2020

21-
"""This module provides an interface to run ngspice in server mode and get back the simulation
21+
r"""This module provides an interface to run ngspice in server mode and get back the simulation
2222
output.
2323
2424
When ngspice runs in server mode, it writes on the standard output an header and then the simulation

0 commit comments

Comments
 (0)