Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a0872c

Browse files
committedMay 4, 2018
remove \n from msg
1 parent 46d3cc9 commit 2a0872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plotly/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
http_msg = (
3737
"The plotly_domain and plotly_api_domain of your config file must start "
38-
"with 'https', not 'http'.\n If you are not using On-Premise then run the "
38+
"with 'https', not 'http'. If you are not using On-Premise then run the "
3939
"following code to ensure your plotly_domain and plotly_api_domain start "
4040
"with 'https':\n\n\n"
4141
"import plotly\n"

0 commit comments

Comments
 (0)
Please sign in to comment.