Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55b942d

Browse files
committed
Merge pull request plotly#94 from plotly/update_warning_mes
warn msg: plotly.sign_in -> plotly.plotly.sign_in
2 parents 339b725 + c2d0295 commit 55b942d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

plotly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.4'
1+
__version__ = '1.2.5'

0 commit comments

Comments
 (0)