Skip to content

Commit 008bab9

Browse files
committed
warn msg: plotly.sign_in -> plotly.plotly.sign_in
1 parent 339b725 commit 008bab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def ensure_local_plotly_files():
8282
"your 'home' ('~') directory or to our '~/.plotly' "
8383
"directory. That means plotly's python api can't setup "
8484
"local configuration files. No problem though! You'll "
85-
"just have to sign-in using 'plotly.sign_in()'. For help "
86-
"with that: 'help(plotly.sign_in)'."
85+
"just have to sign-in using 'plotly.plotly.sign_in()'. For help "
86+
"with that: 'help(plotly.plotly.sign_in)'."
8787
"\nQuestions? [email protected]")
8888

8989

0 commit comments

Comments
 (0)