8000 Minor doc typo · hughesadam87/python-api@83071f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83071f2

Browse files
committed
Minor doc typo
1 parent a19bf68 commit 83071f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly/plotly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def write(self, data, reconnect_on=(200, '', 408)):
366366
self._stream.write(jdata, reconnect_on=reconnect_on)
367367
except AttributeError:
368368
raise exceptions.PlotlyError("Stream has not been opened yet, "
369-
"cannot write to a closed connection."
369+
"cannot write to a closed connection. "
370370
"Call `open()` on the stream to open the stream.")
371371

372372
def close(self):

0 commit comments

Comments
 (0)
0