Skip to content

Commit 5f93469

Browse files
committed
error msg correction
1 parent da7e509 commit 5f93469

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plotly/plotly/plotly.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def _plot_option_logic(plot_options):
135135
"The 'sharing' argument only accepts one of the following "
136136
"strings:\n'public' -- for public plots\n"
137137
"'private' -- for private plots\n"
138-
"'secret' -- for private plots that can be shared \n"
138+
"'secret' -- for private plots that can be shared with a "
139+
"secret url"
139140
)
140141
else:
141142
current_plot_options['sharing'] = None
@@ -1309,8 +1310,8 @@ def response_handler(cls, response):
13091310
"Plotly Enterprise, you may need to upgrade your Plotly "
13101311
"Enterprise server to request against this endpoint or "
13111312
"this endpoint may not be available yet.\nQuestions? "
1312-
"[email protected]".format(url=get_config()
1313-
['plotly_api_domain'])
1313+
"[email protected] or your plotly administrator."
1314+
.format(url=get_config()['plotly_api_domain'])
13141315
)
13151316
else:
13161317
plotly_exception = exceptions.PlotlyRequestError(

0 commit comments

Comments
 (0)