Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca8acc8

Browse files
committed
fix https://stream.plot.ly ---> stream.plot.ly
1 parent 7f8f68c commit ca8acc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def set_config_file(plotly_domain=None,
168168
"""Set the keyword-value pairs in `~/.plotly/.config`.
169169
170170
:param (str) plotly_domain: ex - https://plot.ly
171-
:param (str) plotly_streaming_domain: ex - https://stream.plot.ly
171+
:param (str) plotly_streaming_domain: ex - stream.plot.ly
172172
:param (str) plotly_api_domain: ex - https://api.plot.ly
173173
:param (bool) plotly_ssl_verification: True = verify, False = don't verify
174174
:param (bool) plotly_proxy_authorization: True = use plotly proxy auth creds

0 commit comments

Comments
 (0)