Skip to content

Commit 85610b4

Browse files
committed
missing space
1 parent 2449be3 commit 85610b4

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
@@ -122,7 +122,7 @@ def _plot_option_logic(plot_options):
122122
plot_options['sharing'] != 'public'):
123123
raise exceptions.PlotlyError(
124124
"Looks like you are setting your plot privacy to both "
125-
"public and private.\n If you set world_readable as True,"
125+
"public and private.\n If you set world_readable as True, "
126126
"sharing can only be set to 'public'")
127127
elif (not plot_options['world_readable'] and
128128
plot_options['sharing'] == 'public'):

0 commit comments

Comments
 (0)