Skip to content

Commit 8bce6b2

Browse files
committed
demo.py: slightly better text output
1 parent db04bff commit 8bce6b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
else:
281281
print("ERROR! An error was supposed to be reported but it was not\n")
282282

283-
sys.stderr.write('gnuplotlib can detect I/O hangs. Here I ask for a delay, so I should detect this and quit after a few seconds:\n')
283+
sys.stderr.write('gnuplotlib can detect I/O hangs. Here I ask for a delay, so I should detect this and quit after a few seconds...\n')
284284
sys.stderr.write("=================================\n")
285285
try:
286286
gp.plot( np.arange(5), cmds = 'pause 20' )

0 commit comments

Comments
 (0)