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

Skip to content

Commit eb707bc

Browse files
committed
fixed typo in PlotlyLocalCredentialsError message...
1 parent 4e48407 commit eb707bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def __init__(self):
152152
"run:\n"
153153
">>> import plotly.plotly as py\n"
154154
">>> py.sign_in('username', 'api_key')\n\n"
155-
"Even better, save your credentials permatently using the 'tools' "
155+
"Even better, save your credentials permanently using the 'tools' "
156156
"module:\n"
157157
">>> import plotly.tools as tls\n"
158158
">>> tls.set_credentials_file(username='username', api_key='api-key')\n\n"

0 commit comments

Comments
 (0)