Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e48407 commit eb707bcCopy full SHA for eb707bc
plotly/exceptions.py
@@ -152,7 +152,7 @@ def __init__(self):
152
"run:\n"
153
">>> import plotly.plotly as py\n"
154
">>> py.sign_in('username', 'api_key')\n\n"
155
- "Even better, save your credentials permatently using the 'tools' "
+ "Even better, save your credentials permanently using the 'tools' "
156
"module:\n"
157
">>> import plotly.tools as tls\n"
158
">>> tls.set_credentials_file(username='username', api_key='api-key')\n\n"
0 commit comments