We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2449be3 commit 85610b4Copy full SHA for 85610b4
plotly/plotly/plotly.py
@@ -122,7 +122,7 @@ def _plot_option_logic(plot_options):
122
plot_options['sharing'] != 'public'):
123
raise exceptions.PlotlyError(
124
"Looks like you are setting your plot privacy to both "
125
- "public and private.\n If you set world_readable as True,"
+ "public and private.\n If you set world_readable as True, "
126
"sharing can only be set to 'public'")
127
elif (not plot_options['world_readable'] and
128
plot_options['sharing'] == 'public'):
0 commit comments